node-red-contrib-kafka-manager icon indicating copy to clipboard operation
node-red-contrib-kafka-manager copied to clipboard

Implement

Results 7 node-red-contrib-kafka-manager issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

When using key on the msg object the producer node fails with the error message "Unknown". This didn't happened on every installation I made of this node, so maybe it's...

Bumps [axios](https://github.com/axios/axios) and [node-red-admin](https://github.com/node-red/node-red-admin). These dependencies needed to be updated together. Updates `axios` from 0.27.2 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7 Release notes: Bug Fixes capture...

dependencies

First, thanks this nodered kafka node.I can transfer data from mqtt to kafka or kafka to mqtt easily. I face a problem when using nodered and this kafka node. the...

The code in the 'function' node is ``` msg.topic ="listTopics"; return msg; ``` ![image](https://github.com/peterprib/node-red-contrib-kafka-manager/assets/20361228/8d7ca1eb-3b27-4f6a-a582-61893013fa46) The flow as taken from test/generalTest.json, then just adding the HTTP request and response nodes with...

Hi, I like your library, but I am not proficient in JS to do this change myself. When using the producer an the Kafka cluster is down, then the status...

"Kafka producer" in v0.6.2 producing "null" kafka messages from stringified json payload. Reverting to v0.5.1 resolves the issue ![flow](https://user-images.githubusercontent.com/1306791/233131377-66386b40-7999-49b6-893b-3c03b0747968.PNG) ![kafka_nulls](https://user-images.githubusercontent.com/1306791/233131380-6e21b60a-8c68-4419-a0cc-d7e361faaf43.PNG)