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
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>
Copy file name to clipboardExpand all lines: docs/guides/server/caching.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,28 +223,28 @@ Site name::
223
223
If your {project_name} cluster is deployed between different datacenters, use this option to ensure the data replicas are stored in a different datacenter.
224
224
It prevents data loss if a datacenter goes offline or fails.
225
225
+
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+`).
227
227
The value itself is not important, but each datacenter must have a unique value.
228
228
+
229
-
For example: `--spi-cache-embedded--default--site-name=site-1`
229
+
For example: `+--spi-cache-embedded--default--site-name=site-1+`
230
230
231
231
Rack name::
232
232
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.
233
233
It prevents data loss if a rack is suddenly disconnected or fails.
234
234
+
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+`).
236
236
The value itself is not important, but each rack must have a unique value.
237
237
+
238
-
For example: `--spi-cache-embedded--default--rack-name=rack-1`
238
+
For example: `+--spi-cache-embedded--default--rack-name=rack-1+`
239
239
240
240
Machine name::
241
241
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.
242
242
It prevents data loss against a physical machine failure.
243
243
+
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+`).
245
245
The value itself is not important, but each machine must have a unique value.
246
246
+
247
-
For example: `--spi-cache-embedded--default--machine-name=machine-1`
247
+
For example: `+--spi-cache-embedded--default--machine-name=machine-1+`
0 commit comments