-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(grpc): GRPCClients.createClient() supports multi services in one .proto file and returns void insted of T #4159
Conversation
5114ab2
to
48527dd
Compare
@czy88840616 测试之前过了,rebase 之后咋依赖出问题了呢: CI |
更新下 main |
没搞懂这是啥情况 CI
rebase 之前是过了的呀,难道还是
这个相关的? 不知道该咋写了:单开一个 case 报 |
efc672f
to
b6f1485
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4159 +/- ##
==========================================
+ Coverage 84.55% 85.14% +0.59%
==========================================
Files 491 514 +23
Lines 46778 49147 +2369
Branches 5601 5717 +116
==========================================
+ Hits 39551 41848 +2297
- Misses 7191 7268 +77
+ Partials 36 31 -5 ☔ View full report in Codecov by Sentry. |
看上去还是 grpc 的单测没过 |
569e610
to
404776f
Compare
… .proto file, and returns void insted of T
…upports optional service property
@czy88840616 单测过了。不过 GRPCClients.createClient() 返回类型改为了 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看上去问题不大,单测最好拷贝一个新的,避免对老的产生影响。
之前新开的 case,结果一堆报错。我拆分下 |
b51f8fc
to
7127213
Compare
@czy88840616 终于过了~ |
… .proto file and returns void insted of T (#4159) * feat(grpc): GRPCClients.createClient() supports multi services in one .proto file, and returns void insted of T * feat(grpc): param IGRPCClientServiceOptions of createGRPCConsumer() supports optional service property * test(grpc): multiple services case * chore(grpc): lint fix * test(grpc): update (cherry picked from commit 2d39d05)
支持单个
.proto
文件内声明多个service