fanliang11 / surging

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
MIT License
3.24k stars 923 forks source link

在执行RemoteExecuteAsync调用时, Attachments无法传到远端服务并写入RpcContext #389

Open victor596 opened 4 years ago

victor596 commented 4 years ago

在执行RemoteExecuteAsync调用时, Attachments无法传到远端服务并写入RpcContext.

image

victor596 commented 4 years ago

在HttpExecutor.cs中的方法 RemoteExecuteAsync

fanliang11 commented 4 years ago

社区版不提供issues解决,你也可以提交引用issues, 然后PR进行修复,作者可以进行审核或者优化,大家可以共同维护社区版。