yyt701 opened a new issue #34:
URL: https://github.com/apache/rocketmq-exporter/issues/34
@Service("mqAdminExtImpl")
public class MQAdminExtImpl implements MQAdminExt {
@Autowired
.....
Multiple markers at this line
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.deletePlainAccessConfig(String, String)
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.examineBrokerClusterAclVersionInfo(String)
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.examineBrokerClusterAclConfig(String)
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.createAndUpdatePlainAccessConfig(String,
PlainAccessConfig)
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.resumeCheckHalfMessage(String)
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.resumeCheckHalfMessage(String, String)
- The type MQAdminExtImpl must implement the inherited abstract method
MQAdminExt.updateGlobalWhiteAddrConfig(String, String)
=======
DefaultMQPullConsumer pullConsumer = new
DefaultMQPullConsumer(TOOLS_CONSUMER_GROUP, null);
Multiple markers at this line
- The type DefaultMQPullConsumer is deprecated
- The type DefaultMQPullConsumer is deprecated
- The constructor DefaultMQPullConsumer(String, RPCHook) is
ambiguous
----------------------------------------------------------------
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]