Sending multiple messages to different topics as a single unit of work

Is there any way to make sure that two messages aimed for two different topics either both end up in those topics or none of them does after sending them there using either Send Producer or any regular streaming producer?

No, that is not possible to achieve with Alpakka Kafka.

1 Like