ztelur opened a new pull request #347: URL: https://github.com/apache/dubbo-go-pixiu/pull/347
<!-- Thanks for sending a pull request! --> **What this PR does**: #### request protocol transform - dubbo to http - dubbo to triple - triple to dubbo samples are `samples/dubbohttpproxy` and `samples/dubbotripleproxy` #### tcp listener use getty to establish tcp server. refer to `pkg/listener/tcp/tcp_listener.go` #### triple listener use triple to establish triple or grpc server. refer to `pkg/listener/triple/triple_listener.go` #### dubbo filter mechanism refer to `pkg/common/extension/filter/filter.go` like http filter -- 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]
