[ 
https://issues.apache.org/jira/browse/KAFKA-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luke Chen updated KAFKA-13875:
------------------------------
    Description: 
The topic describe output in quickstart doc here: 
[https://kafka.apache.org/quickstart] should be updated now.
{code:java}
bin/kafka-topics.sh --describe --topic quickstart-events --bootstrap-server 
localhost:9092
Topic:quickstart-events  PartitionCount:1    ReplicationFactor:1 Configs:
    Topic: quickstart-events Partition: 0    Leader: 0   Replicas: 0 Isr: 
0{code}
After Topic Id implementation, we included the topic id info in the output now. 
Also the configs is not empty now. The doc should be updated to avoid new users 
get confused.

  was:
The topic describe output in quickstart doc here: 
[https://kafka.apache.org/quickstart] should be updated now.
{code:java}
bin/kafka-topics.sh --describe --topic quickstart-events --bootstrap-server 
localhost:9092
Topic:quickstart-events  PartitionCount:1    ReplicationFactor:1 Configs:
    Topic: quickstart-events Partition: 0    Leader: 0   Replicas: 0 Isr: 
0{code}
After Topic Id implementation, we included the topic id info in the output now.


> update docs to include topoicId for kafka-topics.sh --describe output
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-13875
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13875
>             Project: Kafka
>          Issue Type: Improvement
>          Components: admin
>    Affects Versions: 3.2.0
>            Reporter: Luke Chen
>            Priority: Major
>              Labels: newbie
>
> The topic describe output in quickstart doc here: 
> [https://kafka.apache.org/quickstart] should be updated now.
> {code:java}
> bin/kafka-topics.sh --describe --topic quickstart-events --bootstrap-server 
> localhost:9092
> Topic:quickstart-events  PartitionCount:1    ReplicationFactor:1 Configs:
>     Topic: quickstart-events Partition: 0    Leader: 0   Replicas: 0 Isr: 
> 0{code}
> After Topic Id implementation, we included the topic id info in the output 
> now. Also the configs is not empty now. The doc should be updated to avoid 
> new users get confused.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to