rvennam / check-scanner-processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM Event Streams for IBM Cloud Kafka Node.js console sample application

This Node.js console application demonstrates how to connect to IBM Event Streams for IBM Cloud, send and receive messages using the node-rdkafka module. It also shows how to create topics using the Kafka Admin API as exposed by node-rdkafka.

Important Note: This sample creates a topic with one partition on your behalf. On the Standard plan, this will incur a fee if the topic does not already exist.

Running the application

The application can be run in the following environments:

About

License:Apache License 2.0


Languages

Language:JavaScript 94.5%Language:Dockerfile 5.5%