-
我在学习acl 2.0的时候,发现proxy侧元数据没有提供比如创建用户,创建acl配置等功能,只有broker侧有这些功能,这是有什么顾虑吗。 |
Beta Was this translation helpful? Give feedback.
Answered by
lizhimins
May 30, 2025
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
proxy 一般是无状态的,不带存储,可以将这些元数据信息存储在 broker 或者数据库 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
takagi906
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
proxy 一般是无状态的,不带存储,可以将这些元数据信息存储在 broker 或者数据库