gruelbox / transaction-outbox

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

Provide an interface for generating sequences #677

Open VladislavBakshanskij opened 1 month ago

VladislavBakshanskij commented 1 month ago

We have value generation going through Redis. Is it possible to add an interface so that sequence generation can be done in different ways?

badgerwithagun commented 1 month ago

Yep, absolutely. Checking your PR now.