Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pub/Sub Event Store #509

Closed
DavidBadura opened this issue Feb 25, 2024 · 0 comments
Closed

Pub/Sub Event Store #509

DavidBadura opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request version: 3.0.x

Comments

@DavidBadura
Copy link
Member

Postgres has a Pub/Sub function that we can use for the ProcessManager and Watcher. So that we don't have to poll all the time.

TBD: I think a new interface would be necessary here, for example. SubscribableStore, with a function called subscribe().

But the challenge is how we solve this with the scheme. Doctrine schema does not have the ability to define triggers etc. This also means we won't get it in Doctrine Migration either.

We also have to see whether the places where we could use the Pub/Sub feature need extra logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version: 3.0.x
Projects
None yet
Development

No branches or pull requests

1 participant