Skip to content

Commit

Permalink
Update kafka-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trunghaonguyennasdaq authored Nov 8, 2022
1 parent c3561a2 commit fee3ba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ncdssdk_client/src/main/python/resources/kafka-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"bootstrap.servers": "bootstrap-server-endpoint",
"timeout": 5,
"retry.backoff.ms": 500,
"fetch.wait.max.ms": 30,
"fetch.min.bytes": 131072,
Expand All @@ -12,6 +11,5 @@
"session.timeout.ms": 10000,
"heartbeat.interval.ms": 3000,
"auto.offset.reset": "latest",
"max.poll.interval.ms": 30000,
"num_messages": 50000
"max.poll.interval.ms": 30000
}

0 comments on commit fee3ba9

Please sign in to comment.