RockteMQ-AI commented on code in PR #1244:
URL:
https://github.com/apache/rocketmq-dashboard/pull/1244#discussion_r3734861588
##########
server/src/main/java/org/apache/rocketmq/studio/cluster/broker/ClusterService.java:
##########
@@ -60,6 +60,16 @@ public List<ClusterVO> listClusters() {
return List.of();
}
+ public List<ClusterVO> listClusters(String instanceId) {
Review Comment:
**[Info]** Minor logging improvement: the log message `"Listing all
clusters"` doesn't include the `instanceId` parameter. Consider adding it for
observability, e.g. `log.info("Listing clusters for instance: {}", instanceId)`
when instanceId is present.
--
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]