KnowStreaming
KnowStreaming copied to clipboard
一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛
Kafka connect的状态加入/metrics/prometheus中
- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 你是否希望来认领这个优化建议。 「 Y 」 ### 环境信息 ### 需要优化的功能点 jmx密码中不能包含数字? 哪个版本会优化这个问题呢?
比如说: docker 安装kafka docker 安装es 等等 能让本地快速启动项目
- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 你是否希望来认领这个Bug。 「 Y / N 」 ### 环境信息 * KnowStreaming version : xxx * Operating System version : xxx * Java version : xxx...
- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题
过滤了分区2的数据,但是结果还是现实分区1的数据 请求接口参数正确 接口返回也全部都是分区2的数据
- [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的新增密码等,当前的页面权限可以满足部分人的不能看,但不能解决想看权限的隔离,因此是否可以考虑增加数据权限
- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 JMX信息空白,查看JMX排错指南,没有相关信息。 ###测试端口9999开放,KS能够查看broker信息,添加删除topic等内容。KS的集群配置如下: { "ssl.keystore.type": "JKS", "security.protocol": "SASL_SSL", "ssl.protocol": "TLSv1.2", "ssl.truststore.location": "/PATH/client.trustkeystore.jks", "ssl.keystore.password": "password", "sasl.mechanism": "PLAIN", "ssl.enabled.protocols": "TLSv1.2", "sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"username\" password=\"password\";", "ssl.keystore.location":...
- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 你是否希望来认领这个Bug。 「 Y / N 」 ### 环境信息 * KnowStreaming version : xxx * Operating System version : xxx * Java version : xxx...
Connect集群的clusterUrl当前是从元信息中获取的,如果元信息存在错误,则会导致接口一直调用失败。 1、后端需要去除clusterUrl的动态更新; 2、前端需要支持可编辑;