opensearch-project/OpenSearch

Code Duplication in Cloud Plugins

開放

#2,155 建立於 2022年2月17日

 (8 則留言) (0 個反應) (1 位負責人)Java (1,505 個分叉)batch import
enhancementgood first issuehacktoberfest

倉庫指標

星標
 (8,123 顆星)
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

貢獻者指南