You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "Oliverwqcwrw (via GitHub)" <gi...@apache.org> on 2023/02/28 01:39:22 UTC

[GitHub] [rocketmq] Oliverwqcwrw opened a new issue, #6201: After the acl permission is configured with ANY, messages cannot be sent

Oliverwqcwrw opened a new issue, #6201:
URL: https://github.com/apache/rocketmq/issues/6201

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   > 
        org.apache.rocketmq.client.exception.MQBrokerException: CODE: 5  DESC: org.apache.rocketmq.acl.common.AclException: No 
       default permission for topic:TopicTest, 
       org.apache.rocketmq.acl.plain.PlainPermissionChecker.check(PlainPermissionChecker.java:61) BROKER: 127.0.0.1:10909
       For more information, please visit the url, https://rocketmq.apache.org/docs/bestPractice/06FAQ
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.processSendResponse(MQClientAPIImpl.java:779)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessageSync(MQClientAPIImpl.java:619)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:601)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:545)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendKernelImpl(DefaultMQProducerImpl.java:899)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:642)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1407)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1349)
   	at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:351)
   	at org.apache.rocketmq.example.simple.AclClient.producer(AclClient.java:71)
   	at org.apache.rocketmq.example.simple.AclClient.main(AclClient.java:54)
   
   - What is expected to see?
   
   After the acl permission is configured with ANY, messages can be sent or consumed
   
   - What did you see instead?
   
   After the acl permission is configured with ANY, messages cannot be sent or consumed
   
   2. Please tell us about your environment: develop
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] Oliverwqcwrw closed issue #6201: After the acl permission is configured with ANY, messages cannot be sent

Posted by "Oliverwqcwrw (via GitHub)" <gi...@apache.org>.
Oliverwqcwrw closed issue #6201: After the acl permission is configured with ANY, messages cannot be sent
URL: https://github.com/apache/rocketmq/issues/6201


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org