peterprib / node-red-contrib-kafka-manager

Implement
GNU General Public License v3.0
22 stars 12 forks source link

Kafka Admin Send Commands #43

Closed gidoUninova closed 2 years ago

gidoUninova commented 2 years ago

If I execute the tests for several commands I receive the following error on the "error port" of the Kafka Admin node:

TypeError: node.connection[msg.topic] is not a function

The input of the node is:

msg.topic = "createTopics" msg.payload = [ { "topic": "mytopicname" } ]

only the "listTopics" seems to work fine.

Cheers,

Giovanni