@chickenlj 
I remain the interface:
```
@Override
Result invoke(org.apache.dubbo.rpc.Invocation invocation) throws RpcException;
```
The remain are almost same as yours
It works.

But many interface need modify, such as `Invoker`、`RpcContext` and so on, since 
user may invoke in their custorm Filter.

```
public static RpcContext getContext() {
    return LOCAL.get();
}
```
As the getContext is a static method, I haven't thout out a good way to do it 
yet.




[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3570 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to