opensearch-project/OpenSearch

Code Duplication in Cloud Plugins

Open

#2,155 opened on 2022年2月17日

GitHub で見る
 (7 comments) (0 reactions) (1 assignee)Java (1,505 forks)batch import
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (8,123 stars)
PR merge metrics
 (平均マージ 5d 9h) (30d で 266 merged PRs)

説明

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

コントリビューターガイド