mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
This commit is contained in:
parent
14b4712806
commit
ea499d301f
|
@ -45,7 +45,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
|||
|
||||
Dapr has 2 versions of the Etcd state store component: `v1` and `v2`.
|
||||
|
||||
`v1` and `v2` have the same metadata fields, however `v1` will cause data inconsistencies in apps when using [Actor TTLs]({{< ref "actors_api.md#ttl" >}}) from Dapr `v1.12`.
|
||||
While `v1` and `v2` have the same metadata fields, `v1` causes data inconsistencies in apps when using [Actor TTLs]({{< ref "actors_api.md#ttl" >}}) from Dapr v1.12.
|
||||
Users should always use `v2` over `v1` as `v1` is deprecated.
|
||||
`v1` and `v2` are incompatible and there is no data migration path for `v1` to `v2` on an existing active Etcd cluster and `keyPrefixPath`.
|
||||
If you are using `v1`, you should continue to use `v1` until you create a new Etcd cluster or use a different `keyPrefixPath`, then use `v2`.
|
||||
|
|
Loading…
Reference in New Issue