You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove indication of future multi-homing support (#32187)
We do not support intra-cluster connections on multiple interfaces, but the
documentation indicates that we will in future. In fact there is currently no
plan to support this, so the forward-looking documentation is misleading. This
commit
- removes the misleading sentence
- fixes that a transport profile affects outbound connections, not inbound ones
- tidies up some nearby text
The `default` profile is a special. It is used as fallback for any other profiles, if those do not have a specific configuration setting set.
75
-
Note that the default profile is how other nodes in the cluster will connect to this node usually. In the future this feature will allow to enable node-to-node communication via multiple interfaces.
75
+
The `default` profile is special. It is used as a fallback for any other
76
+
profiles, if those do not have a specific configuration setting set, and is how
77
+
this node connects to other nodes in the cluster.
76
78
77
-
The following parameters can be configured like that
79
+
The following parameters can be configured on each transport profile, as in the
0 commit comments