jbertram commented on code in PR #4732: URL: https://github.com/apache/activemq-artemis/pull/4732#discussion_r1447517406
########## artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ClusterConnectionControlImpl.java: ########## @@ -321,5 +321,18 @@ public Map<String, Object> getBridgeMetrics(String nodeId) { } + @Override + public long getProducerWindowSize() { + if (AuditLogger.isBaseLoggingEnabled()) { + AuditLogger.getTopology(this.clusterConnection); Review Comment: Nice catch. I skimmed right over that. I fixed it with 42ddf99ca8846218ee7b49d97a4f5087318c15e3. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org