opensearch-project/OpenSearch

Code Duplication in Cloud Plugins

Open

#2.155 geöffnet am 17. Feb. 2022

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.505 Forks)batch import
enhancementgood first issuehacktoberfest

Repository-Metriken

Stars
 (8.123 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 9h) (266 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide