-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add support for custom index name resolver from cluster plugin #18593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom index name resolver from cluster plugin #18593
Conversation
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18593 +/- ##
============================================
+ Coverage 72.76% 72.81% +0.05%
- Complexity 68167 68205 +38
============================================
Files 5541 5542 +1
Lines 313426 313454 +28
Branches 45479 45480 +1
============================================
+ Hits 228062 228255 +193
+ Misses 66709 66616 -93
+ Partials 18655 18583 -72 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@Gagan6164 I'm curious where do we need it? some background will be helpful. |
@rishabhmaurya Captured the requirement/background details in this issue #18676 . Do let me know if additional details are required. |
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for d033f96: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for d27cb36: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
Description
Add support for cluster plugins to provide their implementation for Index name expression resolvers as per their needs.
Related Issues
Resolves #18676
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.