Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
node-red-contrib-kafka-client
Advanced tools
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.
Note: This library only supports 'plaintext' and 'tls' authorization. SASL authorization will develop upcoming days
Name wanted to be shown in Node
Host names comma delimited (Multiple host is provided)
Check if tls security is required for Kafka Cluster
CA Root certificate path defined in Kafka Cluster
Client cert path created by openssl derived from Private Key (pem)
Private Key path created by openssl (pem)
Passphrase of created private Key
Check if want to be allowed untrusted certificates
Name wanted to be shown in NodeRename your node
Broker which is wanted to be connect
Topic name of selected broker which is wanted to be consume
Default value is 1. 0 can be past if Acknowledge is not required.
Timeout of acknowledge response.
Can be selected if compression is important
Name wanted to be shown in NodeRename your node
Broker which is wanted to be connect
Topic name of selected broker which is wanted to be consume
'latest', 'none' or 'earliest' options can be selected
'latest', 'none' or 'earliest' options can be selected
npm install node-red-contrib-kafka-client
{"topic":"TOPIC_NAME","value":"DENEME","offset":16638,"partition":0,"highWaterOffset":16639,"key":null,"timestamp":"2020-08-19T08:58:27.866Z"}
FAQs
Node-RED Kafka Consumer and Producer
We found that node-red-contrib-kafka-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.