Open
Description
Issue
There's a discrepancy between the parameter name used in the confluent-kafka-python library and what's documented in the official Confluent documentation:
- The Python client requires
fetch.wait.max.ms
(correct parameter) - The official documentation incorrectly shows
fetch.max.wait.ms
This causes confusion as seen where users following the documentation encounter errors because they're using the wrong parameter name.
Line 373 in 2af6749
Caution
The Python client is wrapping librdkafka (C library), which uses fetch.wait.max.ms
, while the Kafka broker configuration and Java client use fetch.max.wait.ms
. This causes confusion for users who follow the official documentation and encounter errors. Javadoc: ConsumerConfig
Related Issues
Metadata
Metadata
Assignees
Labels
No labels