You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like BrokerConnection.connection_delay() is returning in units seconds but callers are expecting milliseconds. Only KafkaProducer uses this interface, but it causes a 100 ms delay to be treated as an 0.1 millisecond delay...
See discussion in PR #1284
The text was updated successfully, but these errors were encountered: