gruelbox / transaction-outbox

Reliable eventual consistency for Microservices
Apache License 2.0
207 stars 37 forks source link

Unblock all blocked entries #337

Open RomainWilbert opened 1 year ago

RomainWilbert commented 1 year ago

Hello,

There is a hook for blocked entries through the listener, and also TransactionOutbox.unblock(entryId) method.

Have you considered to add :

badgerwithagun commented 1 year ago

Methods for this on the Persistor interface would be useful.

I think a lot of people are just SQLing the database directly for this, which isn't ideal.

RomainWilbert commented 1 year ago

I submitted a Pull Request for this : https://github.com/gruelbox/transaction-outbox/pull/338

RomainWilbert commented 1 year ago

Any chance you can review this soon ? :)