[ISSUE #10203] Support wildcard subscription and consume suspend for liteTopic#10204
Open
f1amingo wants to merge 1 commit intoapache:developfrom
Open
[ISSUE #10203] Support wildcard subscription and consume suspend for liteTopic#10204f1amingo wants to merge 1 commit intoapache:developfrom
f1amingo wants to merge 1 commit intoapache:developfrom
Conversation
- Add wildcard (*) subscription support for liteTopic - Implement consume suspend mechanism with invalid scan count threshold - Refactor subscriber query interface with SubscriberWrapper for flexible retrieval - Add wildcard client cache with 30s TTL for performance optimization - Update related components and enhance test coverage Change-Id: I4ecaceec7daa2f4364d911437007df98dc49d542
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #10204 +/- ##
=============================================
- Coverage 48.94% 48.79% -0.15%
+ Complexity 13388 13348 -40
=============================================
Files 1373 1374 +1
Lines 99924 100084 +160
Branches 12908 12930 +22
=============================================
- Hits 48907 48839 -68
- Misses 45089 45262 +173
- Partials 5928 5983 +55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which Issue(s) This PR Fixes
Brief Description
Add wildcard (*) subscription support for liteTopic to eliminate the need for manual subscription relationship maintenance. The entire wildcard subscription consumer group will share consumption of all liteTopics under a topic. Additionally, implement consume suspend mechanism to temporarily defer consumption when consumers encounter transient resource bottlenecks, improving system stability and resource utilization.