ibm-messaging / event-streams-samples

Apache License 2.0
95 stars 168 forks source link

Upgrade the examples to use the ibm supplied APIs #79

Open powellquiring opened 3 years ago

powellquiring commented 3 years ago

IBM provides APIs for admin here: https://cloud.ibm.com/apidocs/event-streams/adminrest#listtopics

The python program should use this api to demonstrate the API. The code is here: https://github.com/ibm-messaging/event-streams-samples/blob/master/kafka-python-console-sample/rest.py