Closed devshawn closed 5 years ago
@devshawn thanks for this! The CI fails, can you please look into it?
No problem! Sure thing, I'll check it out after work today.
@simplesteph - fixed the CI build. Didn't realize the test checked the number of containers running. :)
@devshawn yes that's what I suspected, small tip to ensure that the docker-compose files aren't broken :) thanks for fixing that!
Adds a KSQL server to the
full-stack.yml
. It exposes port8088
, the default KSQL port. You can access it utilizing the ksql CLI by typingksql
in a terminal. Resolves issue #43. 😄