Closed eugpermar closed 9 years ago
Hi eugpermar,
This is definitely not expected behavior and I can't reproduce it locally. All messages should be delivered correctly. One possible reason that I see, is that there could some latency in message delivery and consumer just can't fetch them all in a specified duration (500ms by default). To check this try to use numbered messages (message1, message2, ..) and consume several times or increase the timeout.
If that is not the case, then I think that the issue is somehow related to your environment. In that case, please describe your environment in details. Are you:
Hi @dmitrypekar, thanks for your fast response.
It was my failure, the key ->partition balancing was not working as I though they were. All ok now, sorry for the invalid issue.
Hi everyone.
I'm trying to use the dropwizard-kafka-http producer interface. When I produce with:
All goes ok. I execute the command 10 times, and I see 10 new messages in the http topic.
However, I don't need the key argument. If I delete it
and I run 10 times, I only see about 4 or 5 hello, but never 10. Is this an expected behavior?