GitHub user AlexStocks closed a discussion: 2025-01-05 weekly
## RPC Communication | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | dubbo-go路由接口的改进 | P1 | https://github.com/apache/dubbo-go/issues/2283 | 文锋 | | | client can't get attachments which is set from server | P1 | https://github.com/apache/dubbo-go/issues/2641 | | | | attachment 丢失 | P0 | https://github.com/apache/dubbo-go/issues/2752, https://github.com/apache/dubbo-go/issues/2582 | zhangcunli&文锋&梁嘉嘉 | | | common.URL,、内存、goroutine 泄漏 | P0 | https://github.com/apache/dubbo-go/issues/2722,https://github.com/apache/dubbo-go/issues/2709,https://github.com/apache/dubbo-go/issues/2699, https://github.com/apache/dubbo-go/issues/2683, https://github.com/apache/dubbo-go/issues/2678 | 吴歆帆&罗颖韬 | doc:https://github.com/apache/dubbo-go/discussions/2750,https://github.com/apache/dubbo-go/discussions/2764 跟 歆帆沟通后,推进相关工作。 | | v3.2 使用问题 | P0 | https://github.com/apache/dubbo-go/issues/2707 https://github.com/apache/dubbo-go/issues/2703 | 文锋 | | | data race 问题 | P1 | https://github.com/apache/dubbo-go/issues/2277 | 泽亚 | 泽亚能复现,有空解决下 | | 超时问题改进 | P1 | https://github.com/apache/dubbo-go/issues/2302 | | | | 直连问题 | P1 | https://github.com/apache/dubbo-go/issues/2342 | | | | 接口级别注册时,泛化调用需要请求两次才能正常返回结果 | P2 | https://github.com/apache/dubbo-go/issues/2591 | | | | Provides group version support for the reflection service | P1 | https://github.com/apache/dubbo-go/issues/2567 | | | | 服务治理能力优化 | P1 | https://github.com/apache/dubbo-go/issues/2318 | Alex | | ### Java & Go | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | 调用java服务端高版本返回的数据过大时报错 | P1 | https://github.com/apache/dubbo-go/issues/2544 | | | | Failed to invoke the method com.***.****.XxxxService .No provider is available because can't connect server | P1 | https://github.com/apache/dubbo-go/issues/2607 | | | | dubbo-go 调用JAVA-DUBBO 时 moniter 的相关问题 | P1 | https://github.com/apache/dubbo-go/issues/2431 | | | ## Registry | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | Same address cannot distinguish different registry center | P1 | https://github.com/apache/dubbo-go/issues/2524 | | | | [email protected]获取不到nacos配置 | P1 | https://github.com/apache/dubbo-go/issues/2580 | | | | dubbo go与java使用nacos作为注册中心,获取应用metadata的方式不一致导致获取不到provider | P1 | https://github.com/apache/dubbo-go/issues/2543 | | | ## Codec Protocol | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | Rest protocol | P1 | https://github.com/apache/dubbo-go/issues/2513 | | | | dubbo protocol and dubbo-go-hessian2 can not process (*int32)(nil) corner case | P0 | https://github.com/apache/dubbo-go/issues/2517 | | | | the default maxMsgLength for getty param | P1 | https://github.com/apache/dubbo-go/issues/2619 | | | | [Proposal] Unified IDL control for multiple protocols | P1 | https://github.com/apache/dubbo-go/issues/2595 | | | ### Protocol(triple) | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | triple 协议 | P0 | https://github.com/apache/dubbo-go/issues/2263 | 吴歆帆、方泽亚、史凤瑞、叶凯乐 | 【泽亚+凤瑞】在推进连接池 | | triple 使用 | P0 | https://github.com/apache/dubbo-go/issues/2755 | zhangcunli&歆帆,实际参与人 杨泽睿 | related discussion,https://github.com/apache/dubbo-go/discussions/2756 | | Triple header/trailer usage pattern proposal | P1 | https://github.com/apache/dubbo-go/issues/2422 | | 这里说明了新 triple 实现的一些细节问题 | | 在 Triple 协议下,配置最大消息长度无效 | P1 | https://github.com/apache/dubbo-go/issues/2487 | 凯乐 | | | Reverse package dependency found: triple is replying on server | P1 | https://github.com/apache/dubbo-go/issues/2482 | 泽亚 | | | protoc-gen-triple 插件与生成代码package路径的讨论 | P1 | https://github.com/apache/dubbo-go/issues/2475 | 泽亚 | | | [DISCUSS] should server package support configuring more RPC features? | P1 | https://github.com/apache/dubbo-go/issues/2462 | | | | Triple non-proto mode support | P2 | https://github.com/apache/dubbo-go/issues/2491 | | | | Move sample code in protocol.triple.internal package to apache/dubbo-go-samples | P1 | https://github.com/apache/dubbo-go/issues/2498 | 泽亚 | | | Triple needs to support register Non-IDL service for backward compatibility | P1 | https://github.com/apache/dubbo-go/issues/2542 | 泽亚 | | | Multi Protocols doesn't work on Nacos | P1 | https://github.com/apache/dubbo-go/issues/2581 | 歆帆 | | | triple request missed http header like scheme, host etc. | P1 | https://github.com/apache/dubbo-go/issues/2642 | 歆帆 | | | 服务调用时 schema 前缀改进 | P1 | https://github.com/apache/dubbo-go/pull/2484,https://github.com/apache/dubbo-go/issues/2488 | | | ## obersavability | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | [Triple] Add XXX filter automatically when XXX is enabled | P1 |https://github.com/apache/dubbo-go/issues/2505 | | | | dubbo-go 3.2 grafana 大盘 | P1 | https://github.com/apache/dubbo-go/issues/2520 | | | | dubbo v3 版本已经没有这个api设置日志对象的支持 | P1 | https://github.com/apache/dubbo-go/issues/2526 | P1 | | | Triple OpenTelemetry support | P1 | https://github.com/apache/dubbo-go/issues/2554 | | | | 可观测性改进 | P1 | https://github.com/apache/dubbo-go/issues/2315 | | | ## tools | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | java 转 go的proto工具 | P0 | | 何亮、梁嘉嘉、杨泽睿 | dubbo java 海星 已经实现,何亮带着相关筒子继续推进。嘉嘉反馈:等待何亮一些工作完成后继续推进,最近联系不上 何亮。 | ## long-term work | Item | Priority | Issue/Pr | Owner | Description | | ---- | ----- | ----- | ----- | ---- | | 易用性改进 | P1 | https://github.com/apache/dubbo-go/issues/2265, https://github.com/apache/dubbo-go/issues/2326 | | | | Summarized todos for #2441 | P1 | https://github.com/apache/dubbo-go/issues/2442 | | | | Dubbo3 api design | P1 | https://github.com/apache/dubbo-go/issues/2441 | | | | dubb-go and dubbo-java compatiable | P1 | https://github.com/apache/dubbo-go/issues/2578 | | | | 2024.04.26 weekly | P1 | https://github.com/apache/dubbo-go/issues/2667 | | | | 2022 年制定的一些长期规划 | P0 | https://github.com/apache/dubbo-go/issues/2136 | Alex | | | healthcheck的设计和未来版本的讨论 | P1 | https://github.com/apache/dubbo-go/issues/2490 | FinalIT | | | | Sample and test-case tasks | P1 | https://github.com/apache/dubbo-go/issues/2608 | | | | Some feature plan and thoughts | P1 | https://github.com/apache/dubbo-go/issues/2610 | | | | 包依赖关系 | P2 | https://github.com/apache/dubbo-go/issues/2377,https://github.com/apache/dubbo-go/issues/2343,嘉嘉: issue:[[#2741](https://github.com/apache/dubbo-go/issues/2741)](https://github.com/apache/dubbo-go/issues/2741) | 张文锋、梁嘉嘉、罗颖韬 | | GitHub link: https://github.com/apache/dubbo-go/discussions/2771 ---- 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]
