ShenFeng312 commented on issue #14920:
URL: https://github.com/apache/dubbo/issues/14920#issuecomment-3218582637

   > is_remote_cluster_call=true
   I think what we can do better is to identify it through some additional 
markers, such as a cluster ID (this cluster ID is a physical identifier 
representing differences at the network layer). If the consumer and provider 
use the same cluster ID, we can access directly. Otherwise, we may need to 
obtain the corresponding cluster’s SOCKS5 server address from the URL for 
access. Of course, since the SOCKS5 address could be a list, we can also 
delegate this to the user to extend, for example, by retrieving it from any 
configuration center. @ArjunDixit1 


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

Reply via email to