dingshuangxi888 opened a new issue, #6866: URL: https://github.com/apache/rocketmq/issues/6866
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Support dynamic modification of grpc TLS mode to improve the scalability of ProtocolNegotiator ### Motivation The identification of TLS mode is when the GRPC server is startting, so it cannot be modified dynamically. ### Describe the Solution You'd Like The identification logic of TLS mode can be moved to GRPC ProtocolNegotiator, which supports identification when the client establishes a connection. In addition, the scalability of ProtocolNegotiator needs to be improved to support more protocols like proxy protocol ### 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]
