The following project runs a simple ping pong application on the example Kafka VM image.
- Install dependencies using
npm install
- Ensure
clearAndCreateTopics.sh
is executable by runningchmod +x clearAndCreateTopics.sh
To run the application, execute:
npm start
You will see ping pong responses in the console
MIT - (c) 2019 Cedrus LLC