Node-red-contrib-kafka-client kafka-producer how can i get ACK from consumer or broker?

I have Kafka broker hosted on some external recourse and would like to have an ACK publishing the message. I saw what in the properties of the publisher it is possible to set the Require ACK value to 1 and also timeout, but how i can get info regarding if message have been recieved or not, if it is possible at all. If to get such info i need to use other node, please suggest.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.