Hello,
I have installed node-red on raspberry pi 3 to collect data and then store them in kafka but now I have some issue with kafka producer node.
I've setup a kafka server on my laptop that correctly works in console: if I send messages on kafka producer console I correctly receive it on consumer console.
Unfortunately when I try to inject a timestamp in kafka producer in node-red on raspberry, server gives no response.
- Debug page of node-red says: "BrokerNotAvailableError: Broker not available"
- In producer node ZKQuorum field I've typed the ip of the laptop and set port to 9092, as I seen in example on npm site.
- I'm sure the topic is correct.
- I'm sure zookeeper is running and kafka server also. Indeed if at same time I try to use kafka with laptop console it works great.
Any hint about this issue?