[ 
https://issues.apache.org/jira/browse/KAFKA-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216355#comment-16216355
 ] 

ASF GitHub Bot commented on KAFKA-6105:
---------------------------------------

Github user cnZach closed the pull request at:

    https://github.com/apache/kafka/pull/4116


> 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)

Reply via email to