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

PUT /:index should forward the request to Elastic in dual-write scenario #986

Open
avelanarius opened this issue Nov 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@avelanarius
Copy link
Member

The implementation of PUT /:index endpoint in Quesma either routes the request to Elastic or handles it on its own (information from the request is used later in ingest). However, in the dual-write scenario the request should be both sent to Elastic and handled by Quesma internally - currently it's only handled by Quesma internally, which means that the index is not created correctly in Elastic.

@avelanarius avelanarius added the bug Something isn't working label Nov 13, 2024
@avelanarius
Copy link
Member Author

Note to the assigned person: make sure that other endpoints (maybe PUT /:index/_mapping and others) don't have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant