wbarnha / kafka-python-ng

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

Do not return control batch records #135

Open wbarnha opened 6 months ago

wbarnha commented 6 months ago

Control messages are used to enable transactions in Kafka and are generated by the broker. Clients should not return control batches (ie. those with this bit set) to applications. (since 0.11.0.0)


This change is Reviewable

bradenneal1 commented 4 months ago

A clone of Pull Request https://github.com/dpkp/kafka-python/pull/2361

wbarnha commented 4 months ago

Sorry for the delay on this. I've been looking into fixing the failing pylint tests.