elephone-184 opened a new pull request, #3313:
URL: https://github.com/apache/rocketmq-dashboard/pull/3313

   ## Summary
   - Add partition-level traffic skew and hotspot queue detection based on Gini 
coefficient and standard deviation analysis.
   - Implement `TopicTrafficSkewService` and `TopicTrafficSkewController` with 
`@Permission` enforcement.
   - Add frontend React MUI `TopicTrafficSkewModal` with message distribution 
bars and hotspot warnings.
   - Add comprehensive `TopicTrafficSkewControllerTest` and 
`TopicTrafficSkewServiceImplTest` covering balanced, slight skew, and severe 
hotspot traffic distributions.
   
   ## Test plan
   - [x] Run controller unit tests to verify REST endpoint 
`/topic/skewInspection.query`.
   - [x] Run service implementation tests to verify Gini index calculation and 
hotspot threshold classification.
   - [x] Verify frontend queue distribution table and linear progress 
visualization.


-- 
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