feat(triple) Remove protocol/grpc from the project#3455
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #3455 +/- ##
===========================================
+ Coverage 53.57% 56.18% +2.61%
===========================================
Files 460 445 -15
Lines 35182 33731 -1451
===========================================
+ Hits 18847 18952 +105
+ Misses 14857 13300 -1557
- Partials 1478 1479 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
|
tools/dubbo-go-schema/dubbo-go.json 仍把 protocol.name = "grpc" 列为合法枚举,但 PR 已删除唯一的 extension.SetProtocol("grpc", ...) 注册路径。运行时 extension.GetProtocol("grpc") 会走 MustGet,缺失时 panic:protocol for [grpc] is not existing... ,,删除的是 public protocol/grpc,schema 也应同步删掉 "grpc" |
这个我知道 我打算之后把tools统一更新一下 |



Description
close #2894
!! BREAKING CHANGE: Although dubbo-go does not use protocol/grpc internally, downstream users can use it directly. This will make it usable.
Checklist
develop