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

[FEATURE] Redirect REST API request to appropriate extensions #70

Closed
dbwiddis opened this issue Jul 30, 2022 · 0 comments · Fixed by #101
Closed

[FEATURE] Redirect REST API request to appropriate extensions #70

dbwiddis opened this issue Jul 30, 2022 · 0 comments · Fixed by #101
Assignees
Labels
enhancement New feature or request

Comments

@dbwiddis
Copy link
Member

Is your feature request related to a problem?

See steps 5, 8, and 9 in #64.

What solution would you like?

Following registration, incoming API requests associated with extensions will go to the ExtensionsOrchestrator, where they will be sent to the appropriate extension to handle. The extension will take the appropriate action for that API request, which may include one or more API requests to OpenSearch.

What alternatives have you considered?

Data-heavy API requests likely do not need to be forwarded in their entirety. To minimize latency, it may be useful to separate an API request from its data in some situations.

Do you have any additional context?

See also the DESIGN.md file in #60

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
None yet
2 participants