@chickenlj
I remain the interface:
```java
@Override
Result invoke(org.apache.dubbo.rpc.Invocation invocation) throws RpcException;
```
The remain code are almost same as yours,it works.
As the `URL getUrl();` method is in parent interface,
in this way many interface need modify to be compatible,
such as `Invoker`、`RpcContext` and so on, since user may invoke in their
custorm Filter.
```java
public static RpcContext getContext() {
return LOCAL.get();
}
```
As the getContext is a static method, haven't found 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]