Skip to content

Commit

Permalink
fix(DMVP-4835): Added key and timestamp to kafka connect backuped data
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoryathegreat committed Aug 2, 2024
1 parent 85f589f commit c7aa3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kafka-connect/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ data:
"flush.size": "{{ .Values.config.connector.gcs.flushSize }}",
"gcs.credentials.path": "{{ .Values.config.connector.gcs.credentialsPath }}",
"format.output.type": "jsonl",
"format.output.envelope": false,
"format.output.fields": "value",
"format.output.envelope": true,
"format.output.fields": "key,value,timestamp",
"_format.output.fields": "key,value,offset,timestamp,headers",
"file.name.prefix": "raw/",
"file.compression.type": "gzip",
Expand Down

0 comments on commit c7aa3e3

Please sign in to comment.