-
Notifications
You must be signed in to change notification settings - Fork 676
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
Getting confirmation of delivery takes 50 seconds. #469
Comments
Is there any update for it? |
Can you reproduce this with |
Sounds good. I'll try reproducing it. |
Strangely enough I can't reproduce it any more. I'm running some experiments. I'll report the results once I have them. |
Closing this as it's been a while - please reopen if this can be reproduced with the debug logs in the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This issue is a follow up on this issue:
#466
All solutions described in the previous issue invariably took 50 seconds from time to time.
After rewriting this code to use kafka client from segment: https://github.com/segmentio/kafka-go
It solved the issue.
I understand that it's possible that kafka client from segment is just mishandling some issues that are present in the kafka cluster. I thought that I would just share this suspicious behaviour.
How to reproduce
Code with confluent client:
Code that constructs producer:
Code that uses segmentio client:
Code that constructs segementio writer:
Checklist
Please provide the following information:
"debug": ".."
as necessary)The text was updated successfully, but these errors were encountered: