-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix TransactionalProducer implementation once Confluent driver support this #85
Comments
Looks like they have published update which includes transaction support: https://www.nuget.org/packages/Confluent.Kafka/1.4.0 So now we can implement missing transactional stages. |
ah, this is a long waiting feature that I'm waiting to be implemented |
@chris-sung Yeah, the problem is that Otherwise it may take a long time to have this working... |
Hi, Is this resolved now? or still pending? |
Hey, nope, this is not resolved - there is a PR (#196) which was never finished (see comments above). Probably it will work now with latest driver versions, not sure. |
There are couple of
TODO
labels inTransactionalProducerStage.cs
file (inTransactionalProducerStageLogic
class implementation). This is due to lack of transactional operations support in Confluent driver's producer implementation.This also requires some
librdkafka
update. The issue to track is confluentinc/confluent-kafka-dotnet#1091.Once this will be ready, implementation should work (there is a test at
TransactionalIntegrationTests.cs
that is skipped right now).The text was updated successfully, but these errors were encountered: