We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6058401 commit 2f9187aCopy full SHA for 2f9187a
docs/index.rst
@@ -135,7 +135,7 @@ The Python bindings also provide some additional configuration properties:
135
had headers set. This callback is served upon calling ``producer.poll()`` or ``producer.flush()``.
136
137
* ``on_commit(kafka.KafkaError, list(kafka.TopicPartition))`` (**Consumer**): Callback used to indicate success or failure
138
- of commit requests. This callback is served upon calling ``consumer.poll()``.
+ of asynchronous and automatic commit requests. This callback is served upon calling ``consumer.poll()``. Is not triggered for synchronous commits.
139
140
* ``logger=logging.Handler`` kwarg: forward logs from the Kafka client to the
141
provided ``logging.Handler`` instance.
0 commit comments