coder999o opened a new pull request, #2836:
URL: https://github.com/apache/rocketmq-dashboard/pull/2836

   ## What is the purpose of the change
   
   Add Topic route topology diagnostics in RocketMQ Studio. The existing Topic 
route table only showed broker address, queue counts, and permission, so 
operators could not quickly identify missing master addresses, 
unreadable/unwritable routes, unavailable queues, skewed queue distribution, 
duplicate broker addresses, or single-broker route risk from the Topic detail 
view.
   
   ## Brief changelog
   
   - Enrich Apache Topic route responses with master address, broker ID 
topology, replica count, raw permission flags, read/write capability, and 
topicSysFlag.
   - Add frontend route diagnostics to summarize broker coverage, read/write 
queue coverage, replica coverage, queue skew, and route risk items.
   - Render route health summary, per-broker topology, read/write queue 
distribution, diagnostic issues, and handling recommendations in the Topic 
detail modal.
   - Extend mock data, service cloning, UI tests, utility tests, controller 
tests, and provider tests for the enhanced route payload.
   
   ## Verifying this change
   
   - `npm run test -- TopicPage.test.tsx topicRouteDiagnostics.test.ts 
topicService.test.ts metadata.test.ts`
   - `npm run build`
   - `npm run lint`
   - `mvn -Dtest=TopicControllerTest,RocketMQMetadataProviderTest test`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to