andyhewenhui opened a new issue #2074:
URL: https://github.com/apache/rocketmq/issues/2074
Broker(master) cannot start, startup log stops in :
2020-06-08 14:37:03 WARN main - Load default transaction message hook
service: TransactionalMessageServiceImpl
2020-06-08 14:37:03 WARN main - Load default discard message hook service:
DefaultTransactionalMessageCheckListener
2020-06-08 14:37:03 INFO main - Broker plain acl conf data is :
plain_acl.yml config xml:
globalWhiteRemoteAddresses:
- 10.0.10.66
- 10.0.10.64
accounts:
- accessKey: RocketMQ
secretKey: 12345678
whiteRemoteAddress: 10.0.10.66
admin: false
defaultTopicPerm: SUB|PUB
defaultGroupPerm: SUB
topicPerms:
- topicA=DENY
- topicB=PUB|SUB
- topicC=SUB
groupPerms:
# the group should convert to retry topic
- groupA=DENY
- groupB=PUB|SUB
- groupC=SUB
- accessKey: admin
secretKey: admin12345678
whiteRemoteAddress: 10.0.10.66
# if it is admin, it could access all resources
admin: true
----------------------------------------------------------------
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]