wbarnha / kafka-python-ng

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

fix: add chain_future to send method #143

Open wbarnha opened 3 months ago

wbarnha commented 3 months ago

to fix callback may lost #2291, and chain_future parameter for kafka producer's send method


This change is Reviewable