temporal
temporal copied to clipboard
SecondaryVisbilityStore validation failed
Expected Behavior
I want to migrate the visibility store from ES to Postgres using Dual Visibility Store feature. Expected behavior to be able to dual write to both ES and Postgres. Temporal config:
visibilityStore: es-visibility
secondaryVisibilityStore: pg-visibility
datastores:
pg-visibility:
SQL:
es-visibility:
elasticsearch:
Actual Behavior
Upon starting the server, I got the following error persistence config: cannot set secondaryVisibilityStore when visibilityStore is setting elasticsearch datastore
Steps to Reproduce the Problem
- Setup the config as above
- Start temporal server
Specifications
- Version: 1.22.3
- Platform: Linux