Skip to content

Docs bug: fetch.wait.max.ms in consumer config but shows fetch.max.wait.ms in official docs #5116

Open
@dingo4dev

Description

@dingo4dev

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.

int fetch_wait_max_ms;

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions