-
Notifications
You must be signed in to change notification settings - Fork 58
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
Initial draft of Design for extensions #60
Initial draft of Design for extensions #60
Conversation
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing this up!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for kicking this design for extensions doc. Added comments
Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: Owais Kazi <[email protected]>
@owaiskazi19 your force push cleaned up my changes. I didnt realize until @peternied asked :) |
Signed-off-by: Sarat Vemulapalli <[email protected]>
My bad. Did you push those changes or should I take care of it? |
I did, dont worry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there are a couple of unresolved conversations, @saratvemulapalli @owaiskazi19 did you have any outstanding questions?
I have one here |
|
||
### Settings | ||
Walking through a similar example as plugin above, after extension registration is done, extension makes an API call to register custom settings to OpenSearch. | ||
`ExtensionsOrchestrator` receives the requests, forwards it to `SettingsModule` to register a new setting and wala, the user is now able to toggle the setting via `_settings` Rest API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/wala/voilà/
* Initial draft of Design for extensions Signed-off-by: Sarat Vemulapalli <[email protected]> * Adding TBD sections Signed-off-by: Sarat Vemulapalli <[email protected]> * Added communcation, sdk and latency Signed-off-by: Owais Kazi <[email protected]> * Lint errors Signed-off-by: Owais Kazi <[email protected]> * Moved Latency to FAQ Signed-off-by: Owais Kazi <[email protected]> * Readdressing comments Signed-off-by: Sarat Vemulapalli <[email protected]> Co-authored-by: Owais Kazi <[email protected]>
Signed-off-by: Sarat Vemulapalli [email protected]
Description
Initial Draft of design for extensions
Issues Resolved
#35
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.