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

2023-11-16 00:13:14.107 INFO 11 --- [p-nio-80-exec-3] o.a.kafka.common.utils.AppInfoParser : Kafka version: 2.8.1 2023-11-16 00:13:14.107 INFO 11 --- [p-nio-80-exec-3] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 839b886f9b732b15 2023-11-16 00:13:14.107 INFO 11 --- [p-nio-80-exec-3] o.a.kafka.common.utils.AppInfoParser :...

type: documentation
status: contribution welcome

- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 你是否希望来认领这个Bug。 「 N 」 ### 环境信息 * KnowStreaming version : V3.3 xxx * Operating System version : Centos7.9 xxx * Java version : jdk11...

type: question

- [ ] 我在 [issues](https://github.com/didi/KnowStreaming/issues) 中并未搜索到与此相关的功能需求。 - [ ] 我在 [release note](https://github.com/didi/KnowStreaming/releases) 已经发布的版本中并没有搜到相关功能. 你是否希望来认领这个Feature。 「 Y / N 」 ## 这里描述需求 当前topic只有在创建时支持增加描述,后面要修改描述,页面不支持,只能去数据库进行修改,不太方便。 ![image](https://github.com/didi/KnowStreaming/assets/40556830/adae49bc-faae-4f71-9bc1-bdb102ef9dea)

dev: project-manager

- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 ## 在这里提出你的问题 想咨询下knowstreaming的3.4.0版本预计什么时候发布,因为看到3.4.0修复了不少3.3.0版本的bug

type: question

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

status: contribution welcome
type: container

- [x] 我在 [issues](https://github.com/didi/KnowStreaming/issues) 中并未搜索到与此相关的功能需求。 - [x] 我在 [release note](https://github.com/didi/KnowStreaming/releases) 已经发布的版本中并没有搜到相关功能. 你是否希望来认领这个Feature。 「 Y / N 」 ## 这里描述需求 consumer列表支持按status和member数量排序

type: feature
dev: backend
dev: front-end

- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 你是否希望来认领这个Bug。 「 Y / N 」 ### 环境信息 * KnowStreaming version : 3.3.0 * Operating System version : rhel7.4 * Java version : 使用docker-compose latest镜像...

type: question

请不要在没有先创建Issue的情况下创建Pull Request。 ## 变更的目的是什么 webui 显示异常: [982](https://github.com/didi/KnowStreaming/issues/982) ## 简短的更新日志 locales 文件下补全 en 翻译 ## 验证这一变化 ![image](https://github.com/didi/KnowStreaming/assets/13653453/376b89fc-214a-46d9-83be-04ec55588f13) 请遵循此清单,以帮助我们快速轻松地整合您的贡献: * [x] 一个 PR(Pull Request的简写)只解决一个问题,禁止一个 PR 解决多个问题; * [x] 确保 PR 有对应的 Issue(通常在您开始处理之前创建),除非是书写错误之类的琐碎更改不需要...

请不要在没有先创建Issue的情况下创建Pull Request。 ## 变更的目的是什么 修复Topic列表翻页到第2页时,搜索显示不出结果来的问题 ## 简短的更新日志 看了后端代码,是由于在第二页搜索的时候,附带了pageNo=2,导致后端截取结果出现问题。 所以在搜索时,将pageNo设置为1,可前端改可后端改,这里改前端。 ## 验证这一变化 ### 只要搜索,就将pageNo设置为1 ![image](https://github.com/didi/KnowStreaming/assets/43955116/44e34809-f097-4979-9845-20958d86cf60) ### 搜索结果 ![image](https://github.com/didi/KnowStreaming/assets/43955116/d67bcdf2-12de-4e4c-9dd2-7c1000afd805) 请遵循此清单,以帮助我们快速轻松地整合您的贡献: * [x] 一个 PR(Pull Request的简写)只解决一个问题,禁止一个 PR 解决多个问题; * [x] 确保 PR 有对应的...

请不要在没有先创建Issue的情况下创建Pull Request。 ## 变更的目的是什么 Topic-Messages页面前端增加按照Partition和Offset纬度的排序 ## 简短的更新日志 Topic-Messages页面前端增加按照Partition和Offset纬度的排序 ## 验证这一变化 ### 按Offset排序 ![image](https://github.com/didi/KnowStreaming/assets/43955116/f54ef55a-429b-41ba-84f7-100dc636b11a) ### 按Partition排序 ![image](https://github.com/didi/KnowStreaming/assets/43955116/bc1bb32c-5c3e-448a-a201-485c756ca417) 请遵循此清单,以帮助我们快速轻松地整合您的贡献: * [x] 一个 PR(Pull Request的简写)只解决一个问题,禁止一个 PR 解决多个问题; * [x] 确保 PR 有对应的 Issue(通常在您开始处理之前创建),除非是书写错误之类的琐碎更改不需要...