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

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
     1. Import `rocketmq-broker` as jar dependency.
     2. Define my implementation (e.g. `test.acl.MyAccessValidator`) in 
`META-INF/service/org.apache.rocketmq.acl.AccessValidator`.
     3. Start my 'wrapped' RocketMQ. 
   
   - What is expected to see?
   My implementation of `org.apache.rocketmq.acl.AccessValidator` is loaded.
   
   - What did you see instead?
   My implementation or the default 
`org.apache.rocketmq.acl.plain.PlainAccessValidator` was loaded, it depends on 
the order it is loaded by class loader.
   


-- 
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]

Reply via email to