Skip to content
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

[ISSUE #7547] Let consumer be aware of message queue assignment change #7548

Merged
merged 7 commits into from
Nov 13, 2023

Conversation

lizhanhui
Copy link
Contributor

fix #7547

@lizhanhui lizhanhui changed the title let consumer be aware of message queue assignment change [ISSUE #7547] Let consumer be aware of message queue assignment change Nov 10, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #7548 (f74c887) into develop (27759f3) will decrease coverage by 0.04%.
The diff coverage is 40.00%.

@@              Coverage Diff              @@
##             develop    #7548      +/-   ##
=============================================
- Coverage      43.13%   43.09%   -0.04%     
- Complexity      9709     9714       +5     
=============================================
  Files           1159     1159              
  Lines          84049    84058       +9     
  Branches       10923    10924       +1     
=============================================
- Hits           36257    36228      -29     
- Misses         43279    43319      +40     
+ Partials        4513     4511       -2     
Files Coverage Δ
...ocketmq/client/consumer/DefaultMQPushConsumer.java 56.76% <33.33%> (-0.32%) ⬇️
...lient/impl/consumer/DefaultMQPushConsumerImpl.java 34.98% <50.00%> (-0.01%) ⬇️
...cketmq/client/impl/consumer/RebalancePushImpl.java 48.80% <33.33%> (-0.39%) ⬇️

... and 22 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Signed-off-by: Zhanhui Li <[email protected]>
@lizhanhui lizhanhui requested review from drpmma, xdkxlk and aaron-ai and removed request for drpmma November 10, 2023 11:45
@lizhanhui lizhanhui merged commit 15d32db into develop Nov 13, 2023
10 checks passed
@lizhanhui lizhanhui deleted the consumer_aware_queue_change branch November 13, 2023 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Let PushConsumer client aware of message queue assignment change
3 participants