Skip to content

Commit

Permalink
fix(cdc): Revert "fix(direct cdc): use time.precision.mode=connect (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW authored May 21, 2024
1 parent f3fd007 commit 96e2002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ decimal.handling.mode=${debezium.decimal.handling.mode:-string}
interval.handling.mode=string
max.batch.size=${debezium.max.batch.size:-1024}
max.queue.size=${debezium.max.queue.size:-8192}
time.precision.mode=connect
time.precision.mode=adaptive_time_microseconds
# Quoted from the debezium document:
# > Your application should always properly stop the engine to ensure graceful and complete
# > shutdown and that each source record is sent to the application exactly one time.
Expand Down

0 comments on commit 96e2002

Please sign in to comment.