confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

Docs Bug: ConfigResource uses incremental_configs but mentions add_incremental_configs in description

Open psgpyc opened this issue 7 months ago • 0 comments

Hi team šŸ‘‹,

While working with the confluent_kafka.admin.ConfigResource class, I noticed an inconsistency in the documentation regarding incremental config updates:

Issue: • The constructor has an argument named incremental_configs, which is correct and functional. • However, the class docstring or comments refer to add_incremental_configs (with an ā€œsā€), which does not exist.

LInk to docs:

https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#configresource

psgpyc avatar May 05 '25 07:05 psgpyc