GitHub user AlexStocks closed a discussion: 20251019 weekly
| Item | Link | | ------ | ------- | | gost | [https://github.com/dubbogo/gost](https://github.com/dubbogo/gost) | | hessian2 | [https://github.com/apache/dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) | | pixiu | [https://github.com/dubbo-go-pixiu/dubbo-go-pixiu.github.io/discussions](https://github.com/dubbo-go-pixiu/dubbo-go-pixiu.github.io/discussions) | | pixiu-samples | [https://github.com/apache/dubbo-go-pixiu-samples](https://github.com/apache/dubbo-go-pixiu-samples) | | dubbogo samples | [https://github.com/apache/dubbo-go-samples/issues](https://github.com/apache/dubbo-go-samples/issues) | ## RPC Communication | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | [提案] server/server.go中Serve优化 | P1 | https://github.com/apache/dubbo-go/issues/3033 | | | | [FEATURE] expose the API of Router | P1 | https://github.com/apache/dubbo-go/issues/3045 | zhangqi & fengrui | | | 应用级服务发现在分组订阅、泛化下测试 | P1 | [#2077](https://github.com/apache/dubbo-go/issues/2077) | | | | Support offline gracefully without registry notification. | P1 | [#1977](https://github.com/apache/dubbo-go/issues/1977) | | | | Prompt [i/0 timeout] after calling the service multiple times | P1 | [#1868](https://github.com/apache/dubbo-go/issues/1868) | wangyangzheng(yumosx) | 09-30: 转交给 yangzheng | | Package dependency optimization | P1 | [#2741](https://github.com/apache/dubbo-go/issues/2741) | 锦涛、泽亚 | 09-30: zeya & sirui 需要继续推进 | | backupCodec makes it meaningless to set serialization protocols on the server side | P1 | [#2875](https://github.com/apache/dubbo-go/issues/2875) | 清玉 | 先不急 | | 项目配置文件,动态修改增强 | P1 | [#2925](https://github.com/apache/dubbo-go/issues/2925) | 孝宇 | | ### Registry | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | Update the dependency of go-zookeeper in dubbogo | P0 | [#2948](https://github.com/apache/dubbo-go/issues/2948) | 锦涛\\天浩 | pr https://github.com/dubbogo/go-zookeeper/pull/11,有待 陈才 review | ### Protocol | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | Delete protocol/dubbo3 and protocol/grpc | P1 | [#2894](https://github.com/apache/dubbo-go/issues/2894) | sirui | 先不急 | | Rest protocol | P1 | [#2513](https://github.com/apache/dubbo-go/issues/2513) | 孝宇 | | ### triple protocol | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | support triple generic call | P0 | | 清玉 | 本周提交 PR,待提交pr | | [Discuss] the problem of http3 | P1 | [#3030](https://github.com/apache/dubbo-go/issues/3030) | | | ### K8s | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | Expose readiness and liveness apis so the process's status can be detected by the scheduling cluster like K8S. | P1 | [#2039](https://github.com/apache/dubbo-go/issues/2039) | | k8s | ### memory leak | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | common.URL,、内存、goroutine 泄漏 | P0 | issue 2683, 2678 | 吴歆帆、罗颖韬 | doc:[https://github.com/apache/dubbo-go/discussions/2750,https://github.com/apache/dubbo-go/discussions/2764](https://github.com/apache/dubbo-go/discussions/2750%EF%BC%8Chttps://github.com/apache/dubbo-go/discussions/2764) 跟 歆帆沟通后,推进相关工作。 参考dubbo-go-samples的URL dubbo-go-pixiu-samples | ## obersavability | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | Triple OpenTelemetry support | P1 | [apache/dubbo-go-samples#926](https://github.com/apache/dubbo-go-samples/pull/926) | 雪涛 | 等发版本之后再处理 | # tools | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | tools,protoc-gen-go-triple | | | | | # samples | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | | P0 | [#912](https://github.com/apache/dubbo-go-samples/issues/912) | zhenqiang | | | Failed to get app metadata | P1 | [#869](https://github.com/apache/dubbo-go-samples/issues/869) | 清玉 ,zhongjunfa | 09-30: 工作转交给 zhongjunfa | | compatibility工作 | P1 | [#compatibility](https://github.com/apache/dubbo-go-samples/tree/main/compatibility) | 锦涛 | | | book flight failed | P1 | [apache/dubbo-go-samples#910](https://github.com/apache/dubbo-go-samples/issues/910) | caicai | 0930 已经提交 PR https://github.com/apache/dubbo-go-samples/pull/932 | | 应用级泛化调用 go client 调用 java service 调不通 [tag router] invokers from previous router is empty | P0 | [apache/dubbo-go-samples#772](https://github.com/apache/dubbo-go-samples/issues/772) | | | | ChatClient & ChatModel | P1 | [apache/dubbo-go-samples#816](https://github.com/apache/dubbo-go-samples/issues/816) | | | | Optimize time.Sleep in the code by replacing it with other alternatives | P1 | [apache/dubbo-go-samples#915](https://github.com/apache/dubbo-go-samples/issues/915) | | | | dubbo-go-samples rpc/multi-protocols can't run but test success | P1 | | | | | recover old dubbo-go samples | P1 | [apache/dubbo-go-samples#843](https://github.com/apache/dubbo-go-samples/issues/843) | | | | Enhance dubbo-go cross test | P0 | [apache/dubbo-go-samples#837](https://github.com/apache/dubbo-go-samples/issues/837) | | | # doc | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | If we need a code style? | P2 | [1755](https://github.com/apache/dubbo-go/issues/1755) | | | | dubbo-go文档 | P2 | [2137](https://github.com/apache/dubbo-go/issues/2137) | | | | Dubbo Go 文档结构优化设想 | P2 | [2153](https://github.com/apache/dubbo-go/issues/2153) | | | ## long-term work | Item | Priority | Issue/Pr | Owner | Description | | ------ | ---------- | ----------- | -------- | -------- | | API易用性改进 | P1 | [#2265](https://github.com/apache/dubbo-go/issues/2265), [#2326](https://github.com/apache/dubbo-go/issues/2326) | 方泽亚 | New API design | | Summarized todos for [#2441](https://github.com/apache/dubbo-go/issues/2441) | P1 | [#2442](https://github.com/apache/dubbo-go/issues/2442) | 方泽亚 | | | dubb-go and dubbo-java compatiable | P1 | [#2578](https://github.com/apache/dubbo-go/issues/2578) | | | | 2024.04.26 weekly | P1 | [#2667](https://github.com/apache/dubbo-go/issues/2667) | | | | 2022 年制定的一些长期规划 | P0 | [#2136](https://github.com/apache/dubbo-go/issues/2136) | Alex | | | healthcheck的设计和未来版本的讨论 | P1 | [#2490](https://github.com/apache/dubbo-go/issues/2490) | FinalT | | | Sample and test-case tasks | P1 | [#2608](https://github.com/apache/dubbo-go/issues/2608) | | | | Some feature plan and thoughts | P1 | [#2610](https://github.com/apache/dubbo-go/issues/2610) | | | | 包依赖关系 | P2 | [#2377](https://github.com/apache/dubbo-go/issues/2377),[#2343](https://github.com/apache/dubbo-go/issues/2343),[#2741](https://github.com/apache/dubbo-go/issues/2741) | | | GitHub link: https://github.com/apache/dubbo-go/discussions/3057 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
