confluent-kafka-python
confluent-kafka-python copied to clipboard
Docs Bug: ConfigResource uses incremental_configs but mentions add_incremental_configs in description
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