opensearch-project/OpenSearch

Code Duplication in Cloud Plugins

Open

#2,155 创建于 2022年2月17日

在 GitHub 查看
 (7 评论) (0 反应) (1 负责人)Java (1,505 fork)batch import
enhancementgood first issuehacktoberfest

仓库指标

Star
 (8,123 star)
PR 合并指标
 (平均合并 5天 9小时) (30 天内合并 266 个 PR)

描述

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

贡献者指南