justxuewei commented on issue #2005: URL: https://github.com/apache/dubbo-go/issues/2005#issuecomment-1202340522
The filter does not distinguish client and provider, and it only providers its own functionality. For example, if we want to encrypt data at client side, and decrypt data at server side, you should implement two filters, named "EncryptingFilter" and "DecryptFilter" respectively. The "EncryptingFilter" should be deployed on client side, and another should be deployed on server side. Note that neither "EncryptingFilter" nor "DecryptFilter" knows which side they are deployed on. -- 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]
