-
Notifications
You must be signed in to change notification settings - Fork 1.4k
OverflowError: timeout is too large #2512
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
Comments
I experience the same problem on MSK-brokers since the new kafka-python version 2.0.3+ (sometimes the send fails). I attached following debug output (broker, addresses adjusted to Dinesh's example):
Potentially with #2480 the reconnect_backoff_ms setting is no longer used, resulting in the 9999999990.000000 to be used as minimum timeout. |
This should be mostly fixed in master. I'll try to release 2.0.6 with the fix today. |
If I set the log level to ERROR or anything higher I see
OverflowError
errorCode
Error
Platform
I am running this code
with
kafka-python==2.0.5
on
Python 3.10.12
on
Ubuntu 22.04.5 LTS (Jammy Jellyfish)
in
Docker Desktop 4.38.0 (181591)
on
MacOS Sequoia 15.3.1 (24D70)
The text was updated successfully, but these errors were encountered: