TribalScale / kafka-waffle-stack

Kafka stack with zookeeper, schema-registry, kafka-rest-proxy, kafka-connect, kafka-connect-ui, zoonavigator-web & zoonavigator-api
MIT License
90 stars 23 forks source link

Add ksql to the 🥞 stack #8

Closed jzweifel closed 6 years ago

jzweifel commented 6 years ago

Confluent has recently introduced ksql as a powerful way to write streaming queries against a kafka cluster.

This adds a ksql server to the stack so that users of this sandbox kafka environment can also play around with ksql.

Closes #5.