-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Approx 1000ms delay between Produce/Consume #1203
Comments
thanks for the example, I see the same thing. the additional delay is pretty much exactly 1000ms, which looks suspiciously like something operating as designed, but I don't know what that is without digging deeper. It reminds me of some other misc notes:
|
I suspect this is this: confluentinc/librdkafka#2865 which will be included in librdkafka v1.5. |
closing because i believe this is resolved in v1.5. Please re-open if the problem persists. |
Description
Observed on Linux:
With Producer+Consumer on same system, there is about a 1000ms (~1s) delay between sending a message and receiving it.
How to reproduce
Test code:
Steps to reproduce:
./kafka.pubsub.console
./kafka.pubsub.console -producer
Observed result:
Similar to:
Note there is about a 1000ms delay between message being produced and consumed.
Expected result:
Delay between producing and consuming message would be a lot less, of the order of 1-10ms (?)
Checklist
Please provide the following information:
The text was updated successfully, but these errors were encountered: