I created a topic using:

bin/kafka-topics.sh --create --zookeeper localhost:2181
--replication-factor 1 --partitions 1 --topic test

How do I find out what group it belongs to?

Thank you.

Reply via email to