Yuexin Zhang created KAFKA-6105:
-----------------------------------
Summary: group.id is not picked by kafka.tools.EndToEndLatency
Key: KAFKA-6105
URL: https://issues.apache.org/jira/browse/KAFKA-6105
Project: Kafka
Issue Type: Bug
Components: tools
Affects Versions: 0.11.0.0
Reporter: Yuexin Zhang
As per these lines:
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/tools/EndToEndLatency.scala#L64-L67
the property file is loaded first, and later a auto generated group.id is used:
consumerProps.put(ConsumerConfig.GROUP_ID_CONFIG, "test-group-" +
System.currentTimeMillis())
so even user gives the group.id in a property file, it is not picked up.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)