francisoliverlee commented on a change in pull request #32:
URL: https://github.com/apache/rocketmq-exporter/pull/32#discussion_r532311190
##########
File path:
src/main/java/org/apache/rocketmq/exporter/service/client/MQAdminInstance.java
##########
@@ -39,12 +42,30 @@
@Service
public class MQAdminInstance {
private final static Logger log =
LoggerFactory.getLogger(MQAdminInstance.class);
- @Autowired
private RMQConfigure configure;
+ private RPCHook aclHook;
Review comment:
it is a bean named AclClientRPCHook
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]