bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

[Question] Creating Kafka cluster from python #90

Closed scheung38 closed 2 years ago

scheung38 commented 3 years ago

Can you create Kafka cluster from Python, or is it just a wrapper to interface with an already existing instance of Kafka that was launched from CLI?

KenCox94 commented 2 years ago

@scheung38 see @bryanyang0528 answer to your previous issue that I closed. This is an interface to the ksqldb instance of your existing kafka.