0.1.7 • Published 8 years ago

node-red-contrib-kafka-node v0.1.7

Weekly downloads
20
License
Apache
Repository
github
Last release
8 years ago

Kafka Node

Kafka node can produce/consume the mesasges to/from kafka cluster along with topic(s) on NodeRED.

Install

Install from npm

npm install -g node-red-contrib-kafka-node

Prerequisites

Usage

Producer Node

Alt text

Parameters:
  • ZkQuarum - The ZooKeeper quorum of Kafka cluster.
  • Topics - The topic(s) of message to produce.
Consumer Node

Alt text

Parameters:
  • ZkQuarum - The ZooKeeper quorum of Kafka cluster.
  • Topics - The topic(s) of message to produce.
  • GroupId - The group ID.

    Group ID is a string that uniquely identifies the group of consumer processes to which this consumer belongs. By setting the same group id multiple processes indicate that they are all part of the same consumer group.

Version

0.1.5

Tech

  • Kafka - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log.
  • Zookeeper - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
  • Kafka-Node - Kafka-node is a Node.js client with Zookeeper integration for Apache Kafka 0.8.1 and later.

Authors

0.1.7

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago