Skip to content

bmos299/TYSKafKaSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

TYSKafkaSample

Starting the NodeJS Application. This article is built around the node-rdkafka npm library. This is a third party library provided for securely connecting to Kafka streams.

mkdir ibm-es-nodejs 
npm init 
npm i --save node-rdkafka 

The two programs to produce and consume are: kafkaconsumer.js kafkaproducer.js

The endpoint, cert, and topic are hardcoded in the code. We can make these variables moving forward.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published