Skip to content

Commit

Permalink
Disable copy on start for topics where consumer groups cannot handle …
Browse files Browse the repository at this point in the history
…the initial copy events (#299)
  • Loading branch information
toddkazakov authored Oct 16, 2024
1 parent a832baf commit 4806fff
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
change.stream.full.document: updateLookup
collection: clinicians
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
database: clinic
key.converter: org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
change.stream.full.document: updateLookup
collection: clinics
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
database: clinic
key.converter: org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
change.stream.full.document: updateLookup
collection: migrations
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
database: clinic
key.converter: org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
change.stream.full.document: updateLookup
collection: patients
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
pipeline: '[ {$project: {"fullDocument.summary": 0}} ]'
startup.mode.copy.existing.pipeline: '[ {$project: {"fullDocument.summary": 0}} ]'
database: clinic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
change.stream.full.document: updateLookup
collection: scheduledSummaryAndReportsOrders
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
database: clinic
topic.prefix: {{ .Release.Namespace }}
output.json.formatter: com.mongodb.kafka.connect.source.json.formatter.ExtendedJson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
change.stream.full.document: updateLookup
collection: redox
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
database: clinic
topic.prefix: {{ .Release.Namespace }}
output.json.formatter: com.mongodb.kafka.connect.source.json.formatter.ExtendedJson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
change.stream.full.document: updateLookup
collection: summary
connection.uri: {{ .Values.global.kafka.connect.mongoConnectionUri }}
copy.existing: true
copy.existing: false
database: data
key.converter: org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable: false
Expand Down

0 comments on commit 4806fff

Please sign in to comment.