Closed
Description
Description
I know Consumer constructor has on_commit callback parameter. I am looking for the same callback for AvroConsumer. But I didn't find it. Should I call c function rd_kafka_conf_set_offset_commit_cb
?
How to reproduce
N/A
Checklist
Please provide the following information:
- confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
): 0.11.6, - Apache Kafka broker version:
- Client configuration:
{...}
- Operating system:
- Provide client logs (with
'debug': '..'
as necessary) - Provide broker log excerpts
- Critical issue