sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

Update arch png #1181

Closed khotyn closed 2 years ago

khotyn commented 2 years ago

Update architecture picture to make it compatible with browser dark mode.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1181 (78bcda1) into master (4b072c0) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1181      +/-   ##
============================================
- Coverage     71.22%   71.17%   -0.06%     
+ Complexity      830      828       -2     
============================================
  Files           407      407              
  Lines         17201    17201              
  Branches       2680     2680              
============================================
- Hits          12252    12243       -9     
- Misses         3579     3586       +7     
- Partials       1370     1372       +2     
Impacted Files Coverage Δ
...m/alipay/sofa/rpc/module/FaultToleranceModule.java 63.63% <0.00%> (-31.82%) :arrow_down:
...ofa/rpc/message/bolt/BoltFutureInvokeCallback.java 71.69% <0.00%> (-7.55%) :arrow_down:
...pay/sofa/rpc/client/aft/InvocationStatFactory.java 87.50% <0.00%> (-5.00%) :arrow_down:
...ofa/rpc/registry/consul/HealthServiceInformer.java 84.78% <0.00%> (-4.35%) :arrow_down:
.../main/java/com/alipay/sofa/rpc/event/EventBus.java 78.43% <0.00%> (-1.97%) :arrow_down:
.../alipay/sofa/rpc/metrics/lookout/RpcLookoutId.java 87.30% <0.00%> (-1.59%) :arrow_down:
...pay/sofa/rpc/transport/ClientTransportFactory.java 76.92% <0.00%> (-1.54%) :arrow_down:
...com/alipay/sofa/rpc/context/RpcRuntimeContext.java 88.88% <0.00%> (-1.24%) :arrow_down:
...lipay/sofa/rpc/message/AbstractResponseFuture.java 56.14% <0.00%> (-0.88%) :arrow_down:
...ipay/sofa/rpc/tracer/sofatracer/RpcSofaTracer.java 91.06% <0.00%> (+0.74%) :arrow_up:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b072c0...78bcda1. Read the comment docs.

khotyn commented 2 years ago

Fix #1180

khotyn commented 2 years ago

@JervyShi @OrezzerO Could you please help review this pull request?