Details
Description
Following the quickstart guide[1], when describing the topic just created with default config, I found there's a overridden config shown:
> bin/kafka-topics.sh --describe --topic quickstart-events --bootstrap-server localhost:9092
Topic: quickstart-events TopicId: 06zRrzDCRceR9zWAf_BUWQ PartitionCount: 1 ReplicationFactor: 1 Configs: segment.bytes=1073741824
Topic: quickstart-events Partition: 0 Leader: 0 Replicas: 0 Isr: 0
This config result should be empty as in Kafka quick start page. Although the config value is what we expected (default 1GB value), this info display still confuse users.
Note: I checked the 2.8.1 build, this issue also happened.
Attachments
Issue Links
- Blocked
-
KAFKA-13875 update docs to include topoicId for kafka-topics.sh --describe output
- Resolved
- links to