GitHub user marsevilspirit closed a discussion: 2025-06-08 weekly
| Item | Link| | - | - | | gost| https://github.com/dubbogo/gost | | hessian2 | https://github.com/apache/dubbo-go-hessian2 | | pixiu | https://github.com/dubbo-go-pixiu/dubbo-go-pixiu.github.io/discussions | | pixiu-samples | https://github.com/apache/dubbo-go-pixiu-samples | | dubbogo samples | https://github.com/apache/dubbo-go-samples/issues | | ospp 2025 | [#2801](https://github.com/apache/dubbo-go/issues/2801) | ## 2025 规划 1.triple稳定性。 2.内存泄漏问题的定位与解决,需要找一些用户看有没有遇到对应的问题,帮助定位。 3.error分类,consumer调用provider过程中可能会出现多种异常,网络异常、序列化异常、server侧、业务异常、http错误码的映射,参考grpc、connect-rpc的error分类。 4.服务发现,了解应用发现、接口发现,确保服务发现机制正常运行,提升稳定性。 5.xDS,proxyless,参考java侧的文档、成果。 6.AI agent以及gateway探索。 7.提供配置文件手册,丰富文档。 ## RPC Communication | Item | Priority | Issue/Pr | Owner | Description | | - | - | - | - | - | | 应用级服务发现在分组订阅、泛化下测试 | 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) | 玉林 | 正在复现 | | Package dependency optimization | P1 | [#2741](https://github.com/apache/dubbo-go/issues/2741) | 泽亚,嘉嘉,文峰 | 5-18 分配出去了, 稳步进行中 | | Some indirect dependency vulnerabilities have been detected | P1 | [#2899](https://github.com/apache/dubbo-go/issues/2899) | 方泽亚 | protobuf, grpc依赖升级 | | 使用dubbo-go作为客户端,为什么在连接到zk后,需要等待20s后才能监听到zknode | P1 | [#2876](https://github.com/apache/dubbo-go/issues/2876) | 凤瑞 | 进行中 | | backupCodec makes it meaningless to set serialization protocols on the server side | P1 | [#2875](https://github.com/apache/dubbo-go/issues/2875) | 清玉 | 先不急 | ### Protocol | Item | Priority | Issue/Pr | Owner | Description | | - | - | - | - | - | | Multi Protocols doesn't work on Nacos | P1 | [#2065](https://github.com/apache/dubbo-go/issues/2065) | wuxiaoyu | [pr](https://github.com/apache/dubbo-go/pull/2882) | | Delete protocol/dubbo3 and protocol/grpc | P1 | [#2894](https://github.com/apache/dubbo-go/issues/2894) | sirui | 先不急 | | the default maxMsgLength for getty param | P1 | [#2619](https://github.com/issues/2619) | 吴歆帆 | | | 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 | | 方泽亚 | | | ut failure of TestUnavailableIfHostInvalid | P1 | [2851](https://github.com/apache/dubbo-go/issues/2851) | 泽亚 | | ### K8s | Item | Priority | Issue/Pr | Owner | Description | | - | - | - | - | - | | feat: Introducing informer mechanism into the k8s registry | P1 | [#2581](https://github.com/apache/dubbo-go/issues/2581) | 吴歆帆 | | | 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 | | Imp: delete a service provider when using k8s hpa | P1 | [#1141](https://github.com/apache/dubbo-go/issues/1141) | | 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 跟 歆帆沟通后,推进相关工作。 参考dubbo-go-samples的URL dubbo-go-pixiu-samples | ## obersavability | Item | Priority | Issue/Pr | Owner | Description | | - | - | - | - | - | | dubbo-go 3.2 grafana 大盘 | P1 | [#2520](https://github.com/issues/2520) | | | | Triple OpenTelemetry support | P1 | [#2554](https://github.com/issues/2554) | 方泽亚 | | # tools | Item | Priority | Issue/Pr | Owner | Description | | - | - | - | - | - | | Dubbogo-cli 工具的文档和代码迁移 | P1 | [#1799](https://github.com/apache/dubbo-go/issues/1799) | | | # 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/2911 ---- 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]
