opensearch-project/OpenSearch

Code Duplication in Cloud Plugins

Open

#2155 aperta il 17 feb 2022

Vedi su GitHub
 (7 commenti) (0 reazioni) (1 assegnatario)Java (1505 fork)batch import
enhancementgood first issuehacktoberfest

Metriche repository

Star
 (8123 star)
Metriche merge PR
 (Merge medio 5g 9h) (266 PR mergiate in 30 g)

Descrizione

Is your feature request related to a problem? Please describe. There seems to be duplication of logic in the code for Cloud Plugins. This is an opportunity for us to streamline the codebase and refactor these classes. This issue stems from these comments in #2096.

Describe the solution you'd like Move common functionality to superclasses and have the Cloud Plugins inherit/extend these in platform-specific subclasses.

Describe alternatives you've considered N/A

Additional context N/A

Guida contributor