Skip to content

Commit 5ac12be

Browse files
authored
Em-Hyphens in SPI options on cache configuration page
Closes #46656 Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com> Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
1 parent 4b59ccf commit 5ac12be

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/guides/server/caching.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,28 +223,28 @@ Site name::
223223
If your {project_name} cluster is deployed between different datacenters, use this option to ensure the data replicas are stored in a different datacenter.
224224
It prevents data loss if a datacenter goes offline or fails.
225225
+
226-
Use the SPI option `spi-cache-embedded--default--site-name` (or environment variable `KC_SPI_CACHE_EMBEDDED\__DEFAULT__SITE_NAME`).
226+
Use the SPI option `+spi-cache-embedded--default--site-name+` (or environment variable `+KC_SPI_CACHE_EMBEDDED__DEFAULT__SITE_NAME+`).
227227
The value itself is not important, but each datacenter must have a unique value.
228228
+
229-
For example: `--spi-cache-embedded--default--site-name=site-1`
229+
For example: `+--spi-cache-embedded--default--site-name=site-1+`
230230

231231
Rack name::
232232
If your {project_name} cluster is running in different racks on your datacenter, set this option to ensure the data replicas are stored in a different physical rack.
233233
It prevents data loss if a rack is suddenly disconnected or fails.
234234
+
235-
Use the SPI option `spi-cache-embedded--default--rack-name` (or environment variable `KC_SPI_CACHE_EMBEDDED\__DEFAULT__RACK_NAME`).
235+
Use the SPI option `+spi-cache-embedded--default--rack-name+` (or environment variable `+KC_SPI_CACHE_EMBEDDED__DEFAULT__RACK_NAME+`).
236236
The value itself is not important, but each rack must have a unique value.
237237
+
238-
For example: `--spi-cache-embedded--default--rack-name=rack-1`
238+
For example: `+--spi-cache-embedded--default--rack-name=rack-1+`
239239

240240
Machine name::
241241
If you have multiple {project_name} instances running on the same physical machine (using virtual machines or containers for example), use this option to ensure the data replicas are stored in different physical machines.
242242
It prevents data loss against a physical machine failure.
243243
+
244-
Use the SPI option `spi-cache-embedded--default--machine-name` (or environment variable `KC_SPI_CACHE_EMBEDDED\__DEFAULT__MACHINE_NAME`).
244+
Use the SPI option `+spi-cache-embedded--default--machine-name+` (or environment variable `+KC_SPI_CACHE_EMBEDDED__DEFAULT__MACHINE_NAME+`).
245245
The value itself is not important, but each machine must have a unique value.
246246
+
247-
For example: `--spi-cache-embedded--default--machine-name=machine-1`
247+
For example: `+--spi-cache-embedded--default--machine-name=machine-1+`
248248
+
249249
[NOTE]
250250
====

0 commit comments

Comments
 (0)