You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "victor (Jira)" <ji...@apache.org> on 2020/05/30 03:39:00 UTC

[jira] [Created] (KAFKA-10072) Kafkaconsumer is configured with different clientid parameters to obtain different results

victor created KAFKA-10072:
------------------------------

             Summary: 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


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)