Reputation: 21
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
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