Speedclocker
Speedclocker

Reputation: 21

Kafka : sendOffsetsToTransaction with multiple consumers

For a Kafka project, i use the consume/process/produce model but with two consumers. So I wonder, if it is possible to use sendOffsetsToTransaction() function for two consumers with a unique producer ?

Upvotes: 2

Views: 209

Answers (1)

Matthias J. Sax
Matthias J. Sax

Reputation: 62285

What you want to do, is currently not supported. However, there is a ticket that addresses this limitation: https://issues.apache.org/jira/browse/KAFKA-9953

Upvotes: 2

Related Questions