I think there might be a mistake in the name of the release notes file name
as there is a dot at the end of the name. I don't know if this can be
associated to the issue:
http://archive.apache.org/dist/kafka/0.10.1.1/RELEASE_NOTES.html.
Abel.
On Sat, Dec 24, 2016 at 4:29 AM, Ismael Juma
seems to be 1. Am I right?
Thanks both for your answers.
Cheers,
Abel.
On Sun, Dec 20, 2015 at 10:35 PM, Dong Lin wrote:
> Did you try asynchronous produce? That should provide better performance
> because asynchronous produce doesn't block waiting for response.
>
> BTW, what is
this
procedure takes some time depending on the number of topics. For instance,
to send a message to 30 topics it takes more than 3s because each request
takes about 100ms to return from the send method. Is there a better way to
accomplish this same task? Any recommendation?
Regards,
Abel.