product · inferred from evidence
confluent-kafka
A specific version of the confluent-kafka library that includes the fix for the timeout issue.
- Fix confluent-kafka consume(timeout=1) taking longer than timeout
Calling `consumer.consume(num_messages=100, timeout=1)` on confluent-kafka-python blocked far longer than the requested timeout. Per the librdkafka authors, the timeout is an idle timeout per fetch iteration: each batch of fetched messages