Initial draft of Design for extensions#60
Initial draft of Design for extensions#60saratvemulapalli merged 6 commits intoopensearch-project:mainfrom saratvemulapalli:main
Conversation
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
peternied
left a comment
There was a problem hiding this comment.
Thanks for writing this up!
minalsha
left a comment
There was a problem hiding this comment.
Thank you for kicking this design for extensions doc. Added comments
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
|
@owaiskazi19 your force push cleaned up my changes. I didnt realize until @peternied asked :) |
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
My bad. Did you push those changes or should I take care of it? |
I did, dont worry. |
peternied
left a comment
There was a problem hiding this comment.
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. |
* Initial draft of Design for extensions Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Adding TBD sections Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Added communcation, sdk and latency Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Lint errors Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Moved Latency to FAQ Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Readdressing comments Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> Co-authored-by: Owais Kazi <owaiskazi19@gmail.com>
* Initial draft of Design for extensions Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Adding TBD sections Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Added communcation, sdk and latency Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Lint errors Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Moved Latency to FAQ Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Readdressing comments Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> Co-authored-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Sarat Vemulapalli vemulapallisarat@gmail.com
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.