conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.28k stars 1.27k forks source link

feat: add KSQL server, resolves #43 #48

Closed devshawn closed 5 years ago

devshawn commented 5 years ago

Adds a KSQL server to the full-stack.yml. It exposes port 8088, the default KSQL port. You can access it utilizing the ksql CLI by typing ksql in a terminal. Resolves issue #43. 😄

simplesteph commented 5 years ago

@devshawn thanks for this! The CI fails, can you please look into it?

devshawn commented 5 years ago

No problem! Sure thing, I'll check it out after work today.

devshawn commented 5 years ago

@simplesteph - fixed the CI build. Didn't realize the test checked the number of containers running. :)

simplesteph commented 5 years ago

@devshawn yes that's what I suspected, small tip to ensure that the docker-compose files aren't broken :) thanks for fixing that!