-
Notifications
You must be signed in to change notification settings - Fork 641
[ISSUE #4403] Fix redis admin spi #4405
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4405 +/- ##
============================================
- Coverage 17.82% 17.77% -0.05%
- Complexity 1514 1515 +1
============================================
Files 604 613 +9
Lines 25559 25632 +73
Branches 2400 2377 -23
============================================
+ Hits 4556 4557 +1
- Misses 20564 20636 +72
Partials 439 439
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and please create a seperate issue.
...entmesh-storage-redis/src/main/java/org/apache/eventmesh/storage/redis/admin/RedisAdmin.java
Show resolved
Hide resolved
...entmesh-storage-redis/src/main/java/org/apache/eventmesh/storage/redis/admin/RedisAdmin.java
Show resolved
Hide resolved
...entmesh-storage-redis/src/main/java/org/apache/eventmesh/storage/redis/admin/RedisAdmin.java
Show resolved
Hide resolved
* feat: fix redis admin spi. * feat: fix redis admin spi. * feat: fix redis admin spi. * feat: fix redis admin spi. * feat: fix redis admin spi.
Fixes #4403.
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Fix the SPI extension admin-api loading of eventmesh-storage-redis
Documentation