Hiro created KAFKA-16542:
----------------------------
Summary: The remote node is not a BROKER that supports the
METADATA api. (org.apache.kafka.clients.admin.internals.AdminMetadataManager)
Key: KAFKA-16542
URL: https://issues.apache.org/jira/browse/KAFKA-16542
Project: Kafka
Issue Type: Bug
Components: tools
Affects Versions: 3.7.0
Reporter: Hiro
I got this error by this cli. but when I executed this command to the broker,
this was successful. Is kafka-metadata-quorum available only to brokers?
Confluent(ansible) was running that command to the controller.
https://github.com/confluentinc/cp-ansible/blob/master/roles/kafka_controller/tasks/health_check.yml#L5-L6
{code}
sudo /opt/kafka/bin/kafka-metadata-quorum.sh --bootstrap-server <controller
ip>:9093 --command-config controller-admin.properties describe --replication
[2024-04-12 06:36:38,400] WARN [AdminClient clientId=adminclient-1] The remote
node is not a BROKER that supports the METADATA api.
(org.apache.kafka.clients.admin.internals.AdminMetadataManager)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)