Currently, the library paho.mqtt.golang provides a default ACK function, that sends ACK packets without checking if the handler method has succeeded or failed.
The goal of this task is to modify implementation to send ACK packets if only the event is successfully delivered to elasticsearch.
Meta issue: #15602
Currently, the library
paho.mqtt.golangprovides a default ACK function, that sends ACK packets without checking if the handler method has succeeded or failed.The goal of this task is to modify implementation to send ACK packets if only the event is successfully delivered to elasticsearch.
Meta issue: #15602