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 ?
Michael-Bronson