I am new to the kafka world and trying to do the following for a kafka consumer in python
- get a list of all kafka topics.
- get a list of topics a consumer has subscribed to.
- subscribe to new topics (that have not yet been subscribed to).
Note: I am ok to use either confluent-kafka / kafka-python library to achieve this.
Any help would be appreciated.