KnowStreaming icon indicating copy to clipboard operation
KnowStreaming copied to clipboard

一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛

Results 197 KnowStreaming issues
Sort by recently updated
recently updated
newest added

- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 脚本离线安装,为什么重启knowstream原先的集群的数据采集会有问题呢?我得版本是3.3.0

- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 topics下Messages中value数据中文乱码这个怎么解决 如下图 ![image](https://github.com/user-attachments/assets/2f578d0c-28c7-49dc-b04e-67cfa41af677) 系统语言是utf-8 echo $LANG en_US.UTF-8 docker-compose up 启动的

- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 - java version: 11.7 - mysql 8.0 - es 8.15.0 - KnowStreaming 3.4.0 - 手动安装 ## 在这里提出你的问题 我按照官方的文档部署完,ui右上角没有多集群管理和系统管理两个链接

![Image](https://github.com/user-attachments/assets/484eabcf-3518-4a9d-9b6d-d998f0f16bd7) ![Image](https://github.com/user-attachments/assets/91a03ab2-ee3d-4bed-8422-0b14ac5e0b0e) Cluster页面的MessagesIn和Topic-Overwiew中MessagesIn两个指标差别很大

- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 如图所示,我的集群频繁的在0和1之间横跳,knowstreaminig是如何判断这个状态的呢?

![Image](https://github.com/user-attachments/assets/08535aed-70f7-4843-9765-1828ca26c127)- [ ] 我在 [issues](https://github.com/didi/KnowStreaming/issues) 中并未搜索到与此相关的功能需求。 - [ ] 我在 [release note](https://github.com/didi/KnowStreaming/releases) 已经发布的版本中并没有搜到相关功能. 你是否希望来认领这个Feature。 「 Y 」 ## 这里描述需求 大家在使用knowStreaming的时候,是否有感觉这个get 某个topic message 这里的搜索功能太弱了 比如: 1.模糊搜索不精确 2.无法按照offset 进行搜索 3.无法指定固定的开始时间进行搜索 我想发起一个提议, 这可能需要同时优化后端和前端

这个项目从去年年底更新到3.4后就再也没有任何动静,在微信群里也没有人回应,是不是滴滴没有再演进的打算了 比如想兼容kafka 3.7以上的版本,发现很多包的方法都已不再适配,而kraft模式下的controller也不能有效监控 如果官方没有再打算更新这个项目,请发个说明,我们也好做其它升级备案的准备,谢谢!

- [x] 我在 [issues](https://github.com/didi/KnowStreaming/issues) 中并未搜索到与此相关的功能需求。 - [x] 我在 [release note](https://github.com/didi/KnowStreaming/releases) 已经发布的版本中并没有搜到相关功能. 你是否希望来认领这个Feature。 「 Y / N 」 ## 这里描述需求 3.4.0版本中不支持es https 和ssl证书。期望能支持该功能。

- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 如题,在界面上没找到可以操作的地方

- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 当前版本3.4.0,如果支持的话,在application.yml中下列项如何配置,以及证书 ### ES客户端配置 es: client: address: pass: # ES账号密码,如果有账号密码,按照 username:password 的格式填写,没有则不需要填写 client-cnt: 2 # 创建的ES客户端数 io-thread-cnt: 2 max-retry-cnt: 5 index: expire: 15 #...