-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Labels
Ssmall issuesmall issuebugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
In watermill-sql, a bad behaving consumer, which always nacks an incoming message will completely block processing of messages in the respective consumer group, because the nack does not return the message to the sql server by rolling back the transaction. Therefore the message is never processed and all other consumers (in this consumer group) are blocked as well.
Therfore nack in the case of watermill-sql should rollback the ongoing transaction in order to give the other consumers the chance to pick up.
Metadata
Metadata
Assignees
Labels
Ssmall issuesmall issuebugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed