Sign in
agent:

Check Kafka topic status

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
Inspect the status of individual Kafka topics to ensure proper replication and data processing.
bin/kafka-topics.sh --zookeeper <zookeeper_host>:<zookeeper_port> --describe --topic <topic_name>
copied