Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 437 Bytes

Kafka Node Ping Pong Example

The following project runs a simple ping pong application on the example Kafka VM image.

Getting started

  1. Install dependencies using npm install
  2. Ensure clearAndCreateTopics.sh is executable by running chmod +x clearAndCreateTopics.sh

Running

To run the application, execute:

npm start

You will see ping pong responses in the console

Licence

MIT - (c) 2019 Cedrus LLC