-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction Support #1829
Comments
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. |
Also interested to know the state of this? |
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. |
Hey all,
Looking at #901 I see that @buyology got pretty far with supporting Kafka Transactions, but I don't see the related code so maybe it didn't make it all the way in? Am I getting that right from the docs/code? Not seeing any A/SyncProducer
Begin()
,CommitOffsets(...)
,Commit()
, orAbort()
methods, for example - though I do see a TransactionManager that maybe does some of the heavy lifting?If it isn't currently supported, would love to know if anybody is working on it currently (@buyology are you interested in digging up your old code? 😃 ). If not, let me know if contributions are welcome and I might be able to throw some spare cycles at it.
The text was updated successfully, but these errors were encountered: