rocketmq
rocketmq copied to clipboard
[ISSUE #8025] fix: fix topic route when topic deleted
Which Issue(s) This PR Fixes
Fixes #8025
Brief Description
- make
getTopicRouteInfoFromNameServerreturn null when the topic not exist and allow the topic not exist - remove the topic from
topicRouteTablewhen topic is null
How Did You Test This Change?
UT
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.80%. Comparing base (
04dddec) to head (c8e1ef8).
Additional details and impacted files
@@ Coverage Diff @@
## develop #8027 +/- ##
=============================================
- Coverage 42.82% 42.80% -0.02%
- Complexity 10345 10350 +5
=============================================
Files 1270 1270
Lines 88677 88678 +1
Branches 11398 11398
=============================================
- Hits 37973 37961 -12
- Misses 46004 46017 +13
Partials 4700 4700
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.
This PR was closed because it has been inactive for 3 days since being marked as stale.