Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
The potential impact of point-to-point network interface on RPC
Interference communication mode: Point to point network interface are typically used to establish direct connections between two specific nodes, such as connecting two data centers through dedicated lines. In RPC, if not handled correctly, this point-to-point connection characteristic may interfere with normal communication modes. For example, RPC is typically expected to work in a more general network environment, which may involve multiple clients communicating with one or more servers, while point-to-point network interface may restrict communication between specific two endpoints, which does not meet the general communication requirements of RPC.
What is the function I expect
Add a configuration to determine whether to enable the point-to-point network interface.
Related issues
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
The potential impact of point-to-point network interface on RPC
What is the function I expect
Related issues
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct