Introduce new libs/netty4 module to share common implementation between netty-based plugins and modules (transport-netty4, transport-reactor-netty4)#20447
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughA new shared Netty library module ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|
@cwperks it looks like quite a few things could be shared but realistically - not that many because of dependencies on |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20447 +/- ##
============================================
+ Coverage 73.24% 73.33% +0.08%
- Complexity 71961 72016 +55
============================================
Files 5795 5795
Lines 329185 329248 +63
Branches 47403 47410 +7
============================================
+ Hits 241125 241446 +321
+ Misses 68734 68406 -328
- Partials 19326 19396 +70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
❌ Gradle check result for abc57fd: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…en netty-based plugins and modules (transport-netty4, transport-reactor-netty4) Signed-off-by: Andriy Redko <drreta@gmail.com>
|
@cwperks if you have a second, moved a few more classes and renamed the module from |
…en netty-based plugins and modules (transport-netty4, transport-reactor-netty4) (opensearch-project#20447) Signed-off-by: Andriy Redko <drreta@gmail.com>
…en netty-based plugins and modules (transport-netty4, transport-reactor-netty4) (opensearch-project#20447) Signed-off-by: Andriy Redko <drreta@gmail.com>
Description
Introduce new
libs/nettymodule to share common implementation between netty-based plugins and modules (transport-netty4, transport-reactor-netty)Related Issues
Followup on #20434 (comment)
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.