RocketMQ 支持生产者动态创建账号、密码? #7067
jinchunzhao
started this conversation in
Show and tell
Replies: 2 comments
-
You can update plain_acl.yaml and create new ak/sk without restart servcie. |
Beta Was this translation helpful? Give feedback.
0 replies
-
创建用户的话,第一个方法如楼上,第二个方法可以在java代码中使用DefaultMQAdminExt 创建用户密码。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
开发语言:java
需求:生产者在发布指定topic消息时,动态创建用户(账号、密码),指定该用户才可以订阅接收该topic的消息。即订阅者订阅数据的权限控制
请问支持这样的操作?
Beta Was this translation helpful? Give feedback.
All reactions