smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
@Broadcast does not handle acknowledgements
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.
Do you have a reproducer for this?