Skip to content

Commit

Permalink
fix bugs for postgresql-connector config and temporarily disable GTID
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Wang <[email protected]>
  • Loading branch information
doudoubobo committed Jul 10, 2024
1 parent 691160e commit 043ddaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gart/templates/debezium/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
"database.include.list": {{ .Values.dataconfig.dbName | quote }},
{{- else }}
"database.dbname": {{ .Values.dataconfig.dbName | quote }},
"slot.name": "debezium_{{ .Values.dataconfig.dbName }}",
"slot.name": "debezium_{{ .Values.dataconfig.dbName }}_{{ now | date "20060102150405" }}",
"plugin.name": "pgoutput",
"publication.autocreate.mode": "filtered",
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/gart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ dataconfig:
v6dSize: "750G"
#optional
etcdPrefix: "gart_meta_"
enableBulkload: 1
enableBulkload: 0
# if you want to need an epoch after a give time interval, set useSecondsPerEpoch to 1.
# If not set, use logsPerEpoch
# useSecondsPerEpoch: 1
Expand Down

0 comments on commit 043ddaf

Please sign in to comment.