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
@@ -170,9 +176,9 @@ Here is a schematic view of the cluster's topology:
170
176
:end-before: routers:
171
177
:dedent:
172
178
173
-
The main top-level options here are:
179
+
The main group-level options here are:
174
180
175
-
* ``app``: The ``app.module`` option specifies that code specific to storages should be loaded from the ``storage`` module. See also: :ref:`vshard-quick-start-storage-code`.
181
+
* ``app``: The ``app.module`` option specifies that code specific to storages should be loaded from the ``storage`` module. This is explained below in the :ref:`vshard-quick-start-storage-code` section.
176
182
* ``sharding``: The ``sharding.roles`` option specifies that all instances inside this group act as storages.
177
183
A rebalancer is selected automatically from two master instances.
178
184
* ``replication``: The :ref:`replication.failover <configuration_reference_replication_failover>` option specifies that a leader in each replica set should be specified manually.
@@ -187,9 +193,9 @@ Here is a schematic view of the cluster's topology:
187
193
:end-at: 127.0.0.1:3300
188
194
:dedent:
189
195
190
-
The main top-level options here are:
196
+
The main group-level options here are:
191
197
192
-
* ``app``: The ``app.module`` option specifies that code specific to a router should be loaded from the ``router`` module. See also: :ref:`vshard-quick-start-router-code`.
198
+
* ``app``: The ``app.module`` option specifies that code specific to a router should be loaded from the ``router`` module. This is explained below in the :ref:`vshard-quick-start-router-code` section.
193
199
* ``sharding``: The ``sharding.roles`` option specifies that an instance inside this group acts as a router.
194
200
* ``replicasets``: This section configures one replica set with one router instance.
195
201
@@ -432,22 +438,49 @@ To check the cluster's status, execute :ref:`vshard.router.info() <router_api-in
0 commit comments