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

victor commented on KAFKA-10072:
--------------------------------

Hey [~akumar] 
1. Limit the topic current to 1024B based on client.id=aa
2. Use client.id=aa to always produce and consume data to this topic
3. Close all brokers
This client.id=aa cannot consume data from this topic, even if the broker is 
restarted

> Kafkaconsumer is configured with different clientid parameters to obtain 
> different results
> ------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-10072
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10072
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.4.0
>         Environment: centos7.6 8C 32G
>            Reporter: victor
>            Assignee: Ankit Kumar
>            Priority: Blocker
>
> kafka-console-consumer.sh --bootstrap-server host1:port --consumer-property 
> {color:#DE350B}client.id=aa{color} --from-beginning --topic topicA
> {color:#DE350B}There's no data
> {color}
> kafka-console-consumer.sh --bootstrap-server host1:port --consumer-property 
> {color:#DE350B}clientid=bb{color} --from-beginning --topic topicA
> {color:#DE350B}Successfully consume data{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to