dingshuangxi888 opened a new issue, #7061:
URL: https://github.com/apache/rocketmq/issues/7061

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   When we want to support both Remoting protocol and gRPC protocol on the same 
port, and enable Proxy Protocol, the information for that protocol will be lost 
during data forwarding. Therefore, we need to re-add the information for that 
protocol during forwarding.
   
   ### Motivation
   
   In a multi-protocol environment, it is necessary to forward Proxy Protocol 
data simultaneously when forwarding other protocols.
   
   ### Describe the Solution You'd Like
   
   1. In a multi-protocol service, when determining that a request is using 
gRPC protocol, data forwarding is required.
   2. Before forwarding, it is necessary to determine whether there is Proxy 
Protocol data. 
   3. If there is, these data should be repackaged as Proxy Protocol and 
forwarded first, and then the business-related data can be forwarded.
   4. During this process, compatibility with SSL protocol encryption needs to 
be considered.
   
   ### Describe Alternatives You've Considered
   
   No.
   
   ### Additional Context
   
   _No response_


-- 
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]

Reply via email to