-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Description
Pre-check
- I am sure that all the content I provide is in English.
Search before asking
- I had searched in the issues and found no similar feature requirement.
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?
- Yes I am willing to submit a pull request on my own!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Type
Projects
Status