How to execute `kafka-topic.sh` using a broker pod in OpenShift
RedHat advices to use the next command:
Other interesting topics:
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 portalOther interesting topics:
- https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/html/using_amq_streams_on_openshift/uninstalling-str
- https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/html/using_amq_streams_on_openshift/assembly-deployment-configuration-str#assembly-storage-deployment-configuration-kafka
Comments
Post a Comment