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

MongoDB polling provider #26

Open
joaofbantunes opened this issue Dec 8, 2024 · 0 comments
Open

MongoDB polling provider #26

joaofbantunes opened this issue Dec 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@joaofbantunes
Copy link
Member

joaofbantunes commented Dec 8, 2024

Did some experiments this PoC.

Because MongoDB doesn't implement transactions in the same way relational databases do, and don't have something like advisory locks in MySQL or PostreSQL, need to implement a custom locking mechanism.

Note: this implementation will be targeted at the simplest installation, with a single primary replica. More complex installations with multiple primary replicas, like sharding, are outside the scope of this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant