Gathering detailed insights and metrics for node-red-contrib-kafka-manager
Gathering detailed insights and metrics for node-red-contrib-kafka-manager
Gathering detailed insights and metrics for node-red-contrib-kafka-manager
Gathering detailed insights and metrics for node-red-contrib-kafka-manager
npm install node-red-contrib-kafka-manager
Typescript
Module System
Node Version
NPM Version
see hist
Updated on Jan 22, 2023
v0.6.1
Updated on Jan 22, 2023
Changed compression, added dead letter q
Updated on Jan 21, 2023
minor fix to remove error and latest security patches
Updated on Feb 18, 2022
Generic consumer topics. Add/remove topic from consumer
Updated on Nov 16, 2020
Add json conversion option on message
Updated on Nov 07, 2020
JavaScript (75.31%)
HTML (24.69%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
GPL-3.0 License
23 Stars
116 Commits
10 Forks
6 Watchers
3 Branches
5 Contributors
Updated on Feb 26, 2025
Latest Version
0.6.2
Package Id
node-red-contrib-kafka-manager@0.6.2
Unpacked Size
1.13 MB
Size
492.30 kB
File Count
59
NPM Version
6.14.16
Node Version
12.22.12
Published on
Jan 22, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Node Red for working with apache kafka, a streaming product. First initial release using kafka-node .
Has a test GUI which allows topics to be added.
Special features:
Note: all nodes run in debug mode for 111 messages then turns off.
Defines the client interface to kafka. One can add process.env for hosts with
process.env.atesthosts='[{"host":"atesthost1","port":1234},{"host":"atesthost2","port":4321}]';
in settings.js
Provide the ability to process administration tasks such as create and list topic.
Following topics commnads or via GUI allowed:
Plus following topics commands allowed where paramaters are payload:
If msg._kafka exists and the consumer associated with the message is not on autocommit, it issues commit for the consumer that had produced the message. Sends to OK or Error port depending on state. Note, as Kakfa keeps giving messages to consumer regardless if commit being outstanding, the commit may commit many in-flight messages. Haven't identified a method of readily preventing this behavour without complications.
Consumer of topic messages in kafka which are generated into node-red message. Provides types of base and high level. If wildcard selected then topics are regex patterns which are dynamically made active (or removed) when available. A check is performed once every minute for chanaes to topics.
Consumer of topic messages in kafka which are generated into node-red message.
Get various offsets from Kafka. Which type are set via msg.action or msg.topic. msg.payload states the types of options.
Converts a node-red message into a kafka messages. Provides types of base and high level.
If msg._kafka exists and the consumer associated with the message is not on autocommit, it closes the consumer. This effectively rolls back the message in Kafka plus ensures the message cannot be automatically handed to the the consumer. It is expected that the message or problem is fixed and the consumer opened again for processing.
Simple Web page monitor and admin panel
Run the following command in the root directory of your Node-RED install or via GUI install
npm install node-red-contrib-kafka-manager
Test/example flow in test/generalTest.json
0.6.1 Major change in compression and add deadletter q
0.5.0 add consumer wildcard topics + topics / to . along with fix on to/from/json
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
28 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More