You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/10/20 10:35:54 UTC

[GitHub] [rocketmq] Git-Yang opened a new issue #2365: Some classes need to be introduced when the client SDK uses ACL

Git-Yang opened a new issue #2365:
URL: https://github.com/apache/rocketmq/issues/2365


   When the client SDK is introduced, the SessionCredentials and AclClientRPCHook class is required. Since SessionCredentials and AclClientRPCHook class is in the common directory of the rocketmq-acl module, the rocketmq-acl module needs to be introduced again.
   ![image](https://user-images.githubusercontent.com/30995057/96575160-fd920680-1302-11eb-88b9-dfe69c68997e.png)
   
   May I be allowed to move SessionCredentials and AclClientRPCHook class to rocketmq-common module? 
   Or add rocketmq-acl module in rocketmq-client pom file.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq] RongtongJin commented on issue #2365: Some classes need to be introduced when the client SDK uses ACL

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #2365:
URL: https://github.com/apache/rocketmq/issues/2365#issuecomment-713539643


   Why not introduce rocketmq-acl module and rocketmq-client module together in your project?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq] Git-Yang commented on issue #2365: Some classes need to be introduced when the client SDK uses ACL

Posted by GitBox <gi...@apache.org>.
Git-Yang commented on issue #2365:
URL: https://github.com/apache/rocketmq/issues/2365#issuecomment-714194245


   > Why not introduce rocketmq-acl module and rocketmq-client module together in your project?
   
   ACL is more commonly used in the rocketmq-client module, so it is more convenient to put these two classes into the rocketmq-common module or introduce the rocketmq-client module to the rocketmq-client module.
   


----------------------------------------------------------------
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:
users@infra.apache.org