go-kratos / gateway

A high-performance API Gateway with middlewares, supporting HTTP and gRPC protocols.
MIT License
696 stars 141 forks source link

async build endpoint #196

Closed realityone closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #196 (4a9ecf0) into main (aeb84db) will increase coverage by 0.34%. The diff coverage is 60.00%.

:exclamation: Current head 4a9ecf0 differs from pull request most recent head 870c488. Consider uploading reports for the commit 870c488 to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #196      +/-   ##
==========================================
+ Coverage   36.85%   37.19%   +0.34%     
==========================================
  Files          14       14              
  Lines        1069     1078       +9     
==========================================
+ Hits          394      401       +7     
- Misses        625      626       +1     
- Partials       50       51       +1     
Impacted Files Coverage Δ
proxy/proxy.go 55.30% <60.00%> (+0.93%) :arrow_up:
Joker764 commented 1 year ago

这一段为什么没有合并啊,现在启动 gateway 的时候所有 endpoint 没有启动的话会一直阻塞着,有其他方法吗