Socket
Socket
Sign inDemoInstall

node-red-contrib-kafka-manager

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

2

kafkaManager/kafkaBroker.js

@@ -175,3 +175,3 @@ const ts=(new Date().toString()).split(' ');

if(node.hosts.length==0 && node.host ) node.hosts.push({host:node.host,port:node.port});
node.kafkaHost=node.hosts.map((r)=>r.host+":"+r.port).join(" ");
node.kafkaHost=node.hosts.map((r)=>r.host+":"+r.port).join(",");

@@ -178,0 +178,0 @@ if (node.usetls && node.tls) {

{
"name": "node-red-contrib-kafka-manager",
"version": "0.2.2",
"version": "0.2.3",
"description": "Node-RED implements Kafka manager with associand associated .",

@@ -5,0 +5,0 @@ "dependencies": {},

@@ -114,2 +114,4 @@ # [node-red-contrib-kafka-manager][2]

0.2.3 Fix for multi nodes on broker
0.2.2 Stopped bug where producer on connection initiates a null message. Fix bug with restart logic on fail and order of messages on failed retry

@@ -116,0 +118,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc