/kafka-client

KSQL + kafka client(s)

Primary LanguageDockerfileMIT LicenseMIT

Kafka client docker image

KSQL + kafka client

Prerequisites

This project is dependent on the following libs and programs:

  • docker v1.18

Developing

Building

Run:

./build_docker_image.sh

This will create kafka-client:dev image

Running

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

Contributing

Please read CONTRIBUTING.md for details on our the process for submitting pull requests and code of conduct.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.