Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
447 stars 71 forks source link

Subscriptions pool #192

Open alexeyzimarev opened 1 year ago

alexeyzimarev commented 1 year ago

ESDB has this smart functionality that allows maintaining less subscriptions if all the event handlers are live. In Eventuous context it would work like this:

As a result, when all the groups are running live, there's only one physical catch-up subscription to the database, so there's less traffic and less read pressure on the database.

From SyncLinear.com | EVE-38

alexeyzimarev commented 1 year ago

Thoughts about ground work:

linear[bot] commented 1 month ago

EVE-38 Subscriptions pool