Skip to content

Commit 8d85217

Browse files
authored
Update howto-configure-availability-scale.md
1 parent d211988 commit 8d85217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-operations/manage-mqtt-connectivity/howto-configure-availability-scale.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ The `cardinality` field is a nested field that has these subfields:
3636

3737
- `frontend`: This subfield defines the settings for the frontend pods, such as:
3838
- `replicas`: The number of frontend pods to deploy. This subfield is required if the `mode` field is set to `distributed`.
39+
- `workers`: The number of workers to deploy per frontend, currently it must be set to `1`. This subfield is required if the `mode` field is set to `distributed`.
3940
- `backendChain`: This subfield defines the settings for the backend chains, such as:
4041
- `redundancyFactor`: The number of data copies in each backend chain. This subfield is required if the `mode` field is set to `distributed`.
4142
- `partitions`: The number of partitions to deploy. This subfield is required if the `mode` field is set to `distributed`.
42-
- `workers`: The number of workers to deploy, currently it must be set to `1`. This subfield is required if the `mode` field is set to `distributed`.
43+
- `workers`: The number of workers to deploy per backend, currently it must be set to `1`. This subfield is required if the `mode` field is set to `distributed`.
4344

4445
## Configure memory profile
4546

0 commit comments

Comments
 (0)