Skip to content

Commit fee3ba9

Browse files
Update kafka-config.json
1 parent c3561a2 commit fee3ba9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ncdssdk_client/src/main/python/resources/kafka-config.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"bootstrap.servers": "bootstrap-server-endpoint",
3-
"timeout": 5,
43
"retry.backoff.ms": 500,
54
"fetch.wait.max.ms": 30,
65
"fetch.min.bytes": 131072,
@@ -12,6 +11,5 @@
1211
"session.timeout.ms": 10000,
1312
"heartbeat.interval.ms": 3000,
1413
"auto.offset.reset": "latest",
15-
"max.poll.interval.ms": 30000,
16-
"num_messages": 50000
14+
"max.poll.interval.ms": 30000
1715
}

0 commit comments

Comments
 (0)