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

   ## Summary
   
   - include the discovered RocketMQ cluster in the Producer aggregation key
   - keep collapsing duplicate Broker reports inside one cluster
   - preserve identical Producer identities that belong to different clusters
   - add a regression test covering the cross-cluster collision
   
   Closes #1991
   
   ## Verification
   
   - failure proof before the production fix: 
`RocketMQClientProviderTest.producerScanPreservesIdenticalConnectionsAcrossClusters`
 expected 2 rows but received 1
   - `JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn 
-f server/pom.xml -Dtest=RocketMQClientProviderTest test` (17 tests passed)
   - `JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn 
-f server/pom.xml -DskipTests package`
   - `git diff --check`
   


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