I want to get topics list from Kafka. I'm using kafka-net client but unable to find in documentation about fetching topics list.
How to get topics list from Kafka using C#
10.3k Views Asked by Biranchi Panda At
2
I want to get topics list from Kafka. I'm using kafka-net client but unable to find in documentation about fetching topics list.
You can list all topics using the AdminClient available in Confluent.Kafka package: