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

Compatibility with Azure CosmosDB #97

Open
vlev opened this issue Aug 2, 2021 · 1 comment
Open

Compatibility with Azure CosmosDB #97

vlev opened this issue Aug 2, 2021 · 1 comment

Comments

@vlev
Copy link

vlev commented Aug 2, 2021

Hello,

We are looking into an option to use occurrent with Azure CosmosDB witch supports MondoDB API ver. 4.0
Could you please tell why there is a requirement to use MongoDB 4.2?
Will occurrent mongodb event-store implementations fail to work with slightly old api implementation?

Vitaliy

@johanhaleby
Copy link
Owner

Hi vlev,

Sorry for the late response, I've been on vacation.

If I remember correctly it has to do with MongoDB change streams and resume options (this specifically: https://docs.mongodb.com/manual/changeStreams/#startafter-for-change-streams). But if you're not deleting the entire database or event collection then I think it'll work anyway. It would be great if you could try it out, and tell me if it does work for you. If not, I can probably make it work for 4.0 as well :)

/Johan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants