wbarnha / kafka-python-ng

Fork for Python client for Apache Kafka
https://wbarnha.github.io/kafka-python-ng/
Apache License 2.0
78 stars 11 forks source link

delivery_timeout_ms for KafkaProducer (KIP-91) #108

Open wbarnha opened 8 months ago

wbarnha commented 8 months ago

delivery_timeout_ms is missing in producer default config: https://github.com/dpkp/kafka-python/blob/master/kafka/producer/kafka.py#L280

I want to be able to overwrite delivery.timeout.ms in producer config