Skip to content
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

Expired batches in producer are not retried. #2092

Open
rohnigam opened this issue Jul 23, 2020 · 0 comments
Open

Expired batches in producer are not retried. #2092

rohnigam opened this issue Jul 23, 2020 · 0 comments
Labels

Comments

@rohnigam
Copy link

Hi,

I am using the following versions of the libraries.

kafka == 1.3.5
kafka-python == 2.0.1

We sometimes see that batches are expired in accumulator. But I have been observing that these messages are not retried by the producer.

I see that this behaviour has been updated in the apache kafka via
https://issues.apache.org/jira/browse/KAFKA-5621
https://cwiki.apache.org/confluence/display/KAFKA/KIP-91+Provide+Intuitive+User+Timeouts+in+The+Producer

Is this behavior present in the kafka-python library versions that we are using or is this behavior yet to be added ?

Also, in general why do batches expire or are not able to be sent even when there is no downtime on server?
Is this a common issue ?

@dpkp dpkp added the producer label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants