gemmellr commented on code in PR #4732:
URL: https://github.com/apache/activemq-artemis/pull/4732#discussion_r1446387049
##########
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:
This seems wrong, surely getProducerWindowSize() shouldn't be audit logging
about getting topology?
--
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]