opensearch-sdk-java icon indicating copy to clipboard operation
opensearch-sdk-java copied to clipboard

[FEATURE] Create ExtensibleExtension interface

Open minalsha opened this issue 3 years ago • 1 comments

Is your feature request related to a problem?

Extension points (see https://github.com/opensearch-project/opensearch-sdk-java/issues/315) will be (optionally) implemented on Extensions. Eventually these points may need to be communicated to OpenSearch to be registered in the appropriate service or module.

Allowing extensions to inherit from appropriate interfaces depending on their type will match the current Plugin implementation.

What solution would you like?

Add a new interface ExtensibleExtension with default implementations for extension points matching ExtensiblePlugin.java.

minalsha avatar Jan 11 '23 18:01 minalsha

Hello, assign this issue to me, please

bexultantokan avatar Mar 20 '23 20:03 bexultantokan