New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-kafka-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-kafka-client

Node-RED Kafka Consumer and Producer

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
75
decreased by-11.76%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-kafka-client

This node can be used in order to produce and consume messages to Kafka. It is highly depends on 'kafka-node' library. Consists three nodes.

  • kafka-broker
  • kafka-producer
  • karka-consumer

Note: This library only supports 'plaintext' and 'tls' authorization. SASL authorization will develop upcoming days

Input Parameters

kafka-broker

Name (Optional)

Name wanted to be shown in Node

Hosts

Host names comma delimited (Multiple host is provided)

Use TLS

Check if tls security is required for Kafka Cluster

CA Certs (Optional)

CA Root certificate path defined in Kafka Cluster

Client Cert (Optional)

Client cert path created by openssl derived from Private Key (pem)

Private Key (Optional)

Private Key path created by openssl (pem)

Passphare (Optional)

Passphrase of created private Key

Self Sign

Check if want to be allowed untrusted certificates

kafka-producer

Name (Optional)

Name wanted to be shown in NodeRename your node

Broker

Broker which is wanted to be connect

Topic

Topic name of selected broker which is wanted to be consume

Require Ack

Default value is 1. 0 can be past if Acknowledge is not required.

Ack Timeout

Timeout of acknowledge response.

Attiributes

Can be selected if compression is important

kafka-consumer

Name (Optional)

Name wanted to be shown in NodeRename your node

Broker

Broker which is wanted to be connect

Topic

Topic name of selected broker which is wanted to be consume

From Offset

'latest', 'none' or 'earliest' options can be selected

Out of Range Offset

'latest', 'none' or 'earliest' options can be selected

Installation

npm install node-red-contrib-kafka-client

Usage

  1. Example JSON here
{"topic":"TOPIC_NAME","value":"DENEME","offset":16638,"partition":0,"highWaterOffset":16639,"key":null,"timestamp":"2020-08-19T08:58:27.866Z"}

Screenshots

kafka-broker

kafka-consumer

kafka-flow

kafka-producer

Keywords

FAQs

Package last updated on 23 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc