BetterCloud / kadmin

Web Based Kafka Consumer and Producer
69 stars 25 forks source link

List kafka topics without using schema registry #13

Closed pPanda-beta closed 5 years ago

pPanda-beta commented 5 years ago

What has been done?

  1. A sample kafka consumer is used to list all topics (ohh this is supported since 0.9.0)
  2. Frontend optionally sends custom kafka host for fetching topic list
  3. Schema registry is not anymore used for "guessing topic names"

Future plans :

david-bc commented 5 years ago

Looks good, thanks for the contribution!