huangjun0124 opened a new issue, #2005: URL: https://github.com/apache/dubbo-go/issues/2005
For a common Filter, how to know is it invoked as a Provider by other clients, or it is invoked as a consumer before calling to other service? For exmaple, below filter is configured both in provider and consumer in dubbo.yaml, how do i know which side i'm on when running? `myCommonFilter(ctx context.Context, invoker filter.Invoker, invocation filter.Invocation) filter.ServiceResult` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
