- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Kafka + Query the detailed configuration of all Topics
- Labels:
-
Apache Kafka
Created on
‎09-02-2021
04:27 AM
- last edited on
‎09-02-2021
11:14 PM
by
VidyaSargur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi all
we have Kafka server with version 2.6 on Linux rhel machine
what is wrong with the following Kafka cli
kafka-topics.sh --bootstrap-server="kafka1:6667" --describe|more
Error while executing topic command : The broker does not support DESCRIBE_CONFIGS
[2021-09-02 11:19:02,486] ERROR org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support DESCRIBE_CONFIGS
(kafka.admin.TopicCommand$)
is above cli - is valid approach ?
Created ‎10-26-2021 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Depends on your brokers version to support, as the error says.
Related KIP-133 (implemented in Kafka 0.11, according to JIRA)
