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
Copy file name to clipboardExpand all lines: doc/concepts/configuration/configuration_connections.rst
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ Connections
4
4
===========
5
5
6
6
To set up a Tarantool cluster, you need to enable communication between its instances, regardless of whether they running on one or different hosts.
7
-
This requires :ref:`configuring <configuration>` connection settings that might include:
7
+
This requires :ref:`configuring <configuration>` connection settings that include:
8
8
9
9
- One or several URIs used to listen for incoming requests.
10
-
- An URI used to advertise an instance to other cluster members.
11
-
- SSL settings used to secure connections.
10
+
- An URI used to advertise an instance to other cluster members. This URI lets other cluster members know how to connect to the current Tarantool instance.
11
+
- (Optional) SSL settings used to secure connections between instances.
12
12
13
13
Configuring connection settings is also required to enable communication of a Tarantool cluster to external systems.
14
14
For example, this might be administering cluster members using :ref:`tt <tt-cli>`, managing clusters using :ref:`Tarantool Cluster Manager <tcm>`, or using :ref:`connectors <index-box_connectors>` for different languages.
@@ -74,14 +74,16 @@ In this case, this port is used for all IP addresses the server listens on.
74
74
SSL parameters
75
75
~~~~~~~~~~~~~~
76
76
77
-
In the Enterprise Edition, you can enable :ref:`traffic encryption <configuration_connections_ssl>` for a connection using the ``params`` section of the specified URI:
77
+
In the Enterprise Edition, you can enable for a connection using the ``params`` section of the specified URI:
Learn more from :ref:`configuration_connections_ssl`.
86
+
85
87
86
88
.. _configuration_connections_unix_socket:
87
89
@@ -107,7 +109,7 @@ Advertise URI
107
109
An advertise URI (:ref:`iproto.advertise.* <configuration_reference_iproto_advertise>`) lets other cluster members or clients know how to connect to the current Tarantool instance:
108
110
109
111
- ``iproto.advertise.peer`` specifies how to advertise the instance to other cluster members.
110
-
- ``iproto.advertise.sharding`` specifies how to advertise the instance to a router and rebalancer.
112
+
- ``iproto.advertise.sharding`` specifies how to advertise the instance to a :ref:`router <vshard-architecture-router>` and :ref:`rebalancer<vshard-rebalancer>`.
111
113
- ``iproto.advertise.client`` accepts a URI used to advertise the instance to clients.
112
114
113
115
``iproto.advertise.<peer_or_sharding>`` might include the credentials required to connect to this instance, a URI used to listen for incoming requests, and SSL settings.
Copy file name to clipboardExpand all lines: doc/reference/configuration/configuration_reference.rst
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -590,6 +590,10 @@ iproto.advertise.*
590
590
Settings used to advertise the current instance to a router and rebalancer.
591
591
The format of these settings is described in :ref:`iproto.advertise.\<peer_or_sharding\>.* <configuration_reference_iproto_advertise.peer_sharding>`.
592
592
593
+
.. NOTE::
594
+
595
+
If ``iproto.advertise.sharding`` is not specified, advertise settings from :ref:`iproto.advertise.peer <configuration_reference_iproto_advertise_peer>` are used.
596
+
593
597
**Example**
594
598
595
599
In the example below, the following configuration options are specified:
0 commit comments