smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

@Broadcast does not handle acknowledgements

Open zeljkot opened this issue 4 years ago • 1 comments

If one method @Broadcasts messages, another method receives, and the receiver fails, original message will be still acknowledged.

If @Broadcast is removed, exception prohibits the message to be acknowledged, which is expected behavior.

The message should be acknowledged only if all broadcast receivers acknowledge it.

zeljkot avatar Jun 01 '20 12:06 zeljkot

Do you have a reproducer for this?

kenfinnigan avatar Aug 31 '20 18:08 kenfinnigan