Skip to content

Commit

Permalink
Use visibilityStore instead of advancedVisibilityStore (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Jan 17, 2024
1 parent fe40749 commit a7101f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tls/config/dynamicconfig/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ history.defaultWorkflowRetryPolicy:
MaximumIntervalCoefficient: 100.0
BackoffCoefficient: 2.0
MaximumAttempts: 0
system.advancedVisibilityWritingMode:
system.secondaryVisibilityWritingMode:
- value: "off"
constraints: {}
#system.enableParentClosePolicyWorker:
# - value: true
# - value: true
5 changes: 3 additions & 2 deletions tls/tls-full/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ log:
persistence:
numHistoryShards: {{ default .Env.NUM_HISTORY_SHARDS "4" }}
defaultStore: default
visibilityStore: visibility
{{- $es := default .Env.ENABLE_ES "false" | lower -}}
{{- if eq $es "true" }}
advancedVisibilityStore: es-visibility
visibilityStore: es-visibility
{{- else }}
visibilityStore: visibility
{{- end }}
datastores:
{{- $db := default .Env.DB "cassandra" | lower -}}
Expand Down

0 comments on commit a7101f2

Please sign in to comment.