luhea
luhea
when i use command: cd /usr/local/pulsar-manager/pulsar-manager/bin/ && ./pulsar-manager,I will see that  but,when i use command:cd /usr/local/pulsar-manager/pulsar-manager && ./bin/pulsar-manager,that is ok。
# Contribution Guideline Thanks for considering to contribute this project. All issues and pull requests are highly appreciated. ## Pull Requests Before sending pull request to this project, please read...
目前,KS中有用户和角色的概念,角色控制的是页面的权限。在之前的logiKM中有app和cluster的概念,基于app和cluster可以实现数据的权限隔离,想问下,KS可能像logiKM一样实现数据隔离吗?比如我集群内的几个topic只对某几个用户开放,另外的topic对另外的用户开放
when create topic,the KS has an ERROR: NO AUTH znode. so zk support Kerberos ?
- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 你是否希望来认领这个优化建议。 「 N」 ### 环境信息 * KnowStreaming version : xxx * Operating System version : xxx * Java version : xxx ### 需要优化的功能点 对于补数的场景会随机指定一个消费组重置一个topic,不需要该消费组先消费topic,因此希望增加自定义消费组重置集群内的Topic的功能 ###...
- [x] 我在 [issues](https://github.com/didi/KnowStreaming/issues) 中并未搜索到与此相关的功能需求。 - [x] 我在 [release note](https://github.com/didi/KnowStreaming/releases) 已经发布的版本中并没有搜到相关功能. 你是否希望来认领这个Feature。 「 Y / N 」N ## 这里描述需求 当前KS版本不支持Kafka的细粒度的数据权限,实际生产工作中有些数据可能是敏感的,比如kafka的消息查看功能,kafka的config编辑功能,ACL的创建和User的新增密码等,当前的页面权限可以满足部分人的不能看,但不能解决想看权限的隔离,因此是否可以考虑增加数据权限
### Search before asking - [X] I had searched in the [issues](https://github.com/datasophon/datasophon/issues?q=is%3Aissue) and found no similar issues. ### What happened can i don't use root user install?i try add datasophon...
Hello,I test a pulsar cluster use RaftKeeper.i deploy a RaftKeeper cluser with 3 node,I just modify configure id & host under bin/pulsar initialize-cluster-metadata --cluster pulsar-test --metadata-store zk:ip1:8101,ip2:8101,ip3:8101 -configuration-metadata-store zk:ip1:8101,ip2:8101,ip3:8101 --web-service-url...