You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
@edenhill , @Jroland
I have used kafka-net to send messages on Kafka-Topic. I am running producer on Windows Server 2012 R2 OS machine and Consumer on Cent OS machine.
While sending messages on kafka, some messages are being dropped even though it is not sending messages continuously. After checking log files of Kafka Topic, it did not written those dropped messages in its logs.
How can I ensure that my message has been sent to Kafka-Topic successfully?
If sending message on Kafka get failed, then how to resend the same message again?