opensearch-sdk-java
opensearch-sdk-java copied to clipboard
[BUG] Developer Guide does not share information on how to build an extension.
What is the bug?
Developer Guide: https://github.com/opensearch-project/opensearch-sdk-java/blob/main/DEVELOPER_GUIDE.md#submitting-changes does not share information on how to build an extension. Developer guide should be a one-stop shop which should cover the following:
- [ ] How to build a brand new extension from scratch? (include a sample Example)
- [ ] How to run an extension with version decoupling support?
- [ ] How to migrate an existing plugin to an extension?
@dbwiddis can we close this one out?
@dbwiddis can we close this one out?
Nope, I only addressed a portion of the 1st point (and 3 is also a work in progress) but part 2 hasn't yet been worked on. @saratvemulapalli will probably address it.