dpkp / kafka-python

Python client for Apache Kafka
http://kafka-python.readthedocs.io/
Apache License 2.0
5.59k stars 1.4k forks source link

Kafka exactly once support #1145

Closed vineetgoel closed 7 years ago

vineetgoel commented 7 years ago

Is there a plan on when kafka-python will support the newly added exactly once semantics using Idempotent and Transactional Producers?

dpkp commented 7 years ago

I'm not working on this specifically, but it sounds like fun! kafka-python code mostly mirrors the java client, so if someone wants to tackle then the place to start is to look at the PRs merged into the java client and merge those changes in here.

tvoinarovskyi commented 7 years ago

I believe that we can close this in favour of existing #1063 to track the issue.