KSQL + kafka client
This project is dependent on the following libs and programs:
- docker v1.18
Run:
./build_docker_image.sh
This will create kafka-client:dev
image
Run:
./run_docker_image.sh <commnad>
This will run <command>
inside kafka-client:dev
image
e.g. to start KSQL client:
./run_docker_image.sh ksql
Please read CONTRIBUTING.md for details on our the process for submitting pull requests and code of conduct.
This project is licensed under the MIT License - see the LICENSE.md file for details.