srimanivannan / nodejs-kafka-client-app

nodejs kafka client application that has both consumer and producer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka client consumer and producer

Install

npm install

Run and start the application

npm run start

How to test the application

Start the application if not started using npm run start then open the kafka-client-test.http file in webstorm and run Send POST request with kafka message as json body.
For producer, you will see success response from http POST api call.
For consumer, look at the application console log.

How to do SSL config setup?

Please see here

Understanding of code and syntax of this application

Please see here

About

nodejs kafka client application that has both consumer and producer


Languages

Language:JavaScript 98.2%Language:Shell 1.8%