How to execute `kafka-topic.sh` using a broker pod in OpenShift

RedHat advices to use the next command:
   
oc exec -it <broker_pod_name: e.g.="" my-cluster-kafka-0=""> -c kafka -- bin/kafka-topics.sh --zookeeper localhost:2181 --describe --topic <topic_name>
RedHat portal

Other interesting topics:



Comments

Popular posts from this blog

Install Kubeflow locally

RabbitMQ and OpenShift