Is there an accepted, or recommended way to make writes to a Kafka queue idempotent, or within a transaction?
I can configure my system such that each queue has exactly one producer. (If there are no accepted/recommended ways, I have a few ideas I would like to propose. I would also be willing to implement them if needed) Thanks in advance! --Tom
