Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add a configuration to determine whether to enable the point-to-point network interface #15031

Open
4 tasks done
finefuture opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@finefuture
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

1 participant