We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760f741 commit f046b0cCopy full SHA for f046b0c
test/test_consumer_group.py
@@ -56,6 +56,7 @@ def consumer_thread(i):
56
consumers[i] = KafkaConsumer(topic,
57
bootstrap_servers=connect_str,
58
group_id=group_id,
59
+ client_id="consumer_thread-%s" % i,
60
heartbeat_interval_ms=500)
61
while not stop[i].is_set():
62
for tp, records in six.itervalues(consumers[i].poll(timeout_ms=200)):
0 commit comments