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
As mentioned in KIP-62 Kafka will (as of 0.10.1.0) have an ability to send HeartBeats from a Background thread. aiokafka has done this from the start by design, as long as the event loop itself is spinning, but this KIP also proposes to limit the processing time by a different parameter max.poll.interval.ms. I think it is good to adapt the same idea for aiokafka so we assure message consumption progress on the client itself.
The text was updated successfully, but these errors were encountered:
As mentioned in KIP-62 Kafka will (as of 0.10.1.0) have an ability to send HeartBeats from a Background thread.
aiokafka
has done this from the start by design, as long as the event loop itself is spinning, but this KIP also proposes to limit the processing time by a different parametermax.poll.interval.ms
. I think it is good to adapt the same idea foraiokafka
so we assure message consumption progress on the client itself.The text was updated successfully, but these errors were encountered: