Perfect-Kafka icon indicating copy to clipboard operation
Perfect-Kafka copied to clipboard

Producer `OnSent` and `OnError` callbacks not called.

Open colinc86 opened this issue 6 years ago • 0 comments

After creating a producer and calling its send function, neither the OnSent or OnError callbacks are called. I have verified that the messages are indeed sent to my Kafka topic and received correctly. The outbox parameter of Producer also shows that the messages have been added.

colinc86 avatar Feb 19 '18 21:02 colinc86