[docs-only] Fix texts and typos in README.md files

This commit is contained in:
mmattel
2023-04-23 10:02:27 +02:00
parent 169a3abe07
commit 84d2d8dae9
14 changed files with 39 additions and 67 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ The `gateway` service can use a configured store via `GATEWAY_CACHE_STORE`. Poss
- `etcd`: Stores data in a configured etcd cluster.
1. Note that in-memory stores are by nature not reboot persistent.
2. Though usually not necessary, a database name and a database table can be configured for event stores if the event store supports this. Generally not applicapable for stores of type `in-memory`. These settings are blank by default which means that the standard settings of the configured store applies.
2. Though usually not necessary, a database name and a database table can be configured for event stores if the event store supports this. Generally not applicable for stores of type `in-memory`. These settings are blank by default which means that the standard settings of the configured store applies.
3. The gateway service can be scaled if not using `in-memory` stores and the stores are configured identically over all instances.