vert-x3 / vertx-kafka-client

Reactive Kafka Client for Vert.x
Apache License 2.0
84 stars 82 forks source link

Add support for sendOffsetsToTransaction #253

Open ahmedriza opened 1 year ago

ahmedriza commented 1 year ago

Describe the feature

Currently, the sendOffsetsToTransaction is not supported.

Use cases

Since this library exposes other transaction related methods, it's not currently possible to commit consumer offsets transactionally when using Kafka transactions in a "consume-transform-produce" manner.

Contribution

I can help with adding this feature.