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

Is this compatible with Amazon's DocumentDB? #374

Closed
kshitizshankar opened this issue Mar 9, 2020 · 1 comment
Closed

Is this compatible with Amazon's DocumentDB? #374

kshitizshankar opened this issue Mar 9, 2020 · 1 comment

Comments

@kshitizshankar
Copy link

I am trying to use FeathersJS with Amazon DocumentDB and am able to successfully connect but there seems to be an issue with the update/patch requests. It executes successfully, but the updated resource isn't sent back (it returns the original resource that existed before the update).

I am not really sure how to get this working - it's a critical thing for us to be able to work with DocumentDB - any suggestions on where to look? Is DocumentDB going to be officially supported for FeathersJS?

@kshitizshankar kshitizshankar changed the title Is is compatible with Amazon DocumentDB? Is this compatible with Amazon's DocumentDB? Mar 9, 2020
@kshitizshankar
Copy link
Author

Ahhh damn - I copied over the connection URL from DocumentDB console which had the read preference for secondary - that resulted in the read after write consistency to break and my app to go kaboom!

Closing this now. Thanks!

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

1 participant