Error Handling
Controls the replicator's behavior when encountering anomalies or processing errors.
Property
Description
Options
Default
# ---------------------------------------------------
# K2K Error Handling Configuration
# ---------------------------------------------------
errorHandling:
# This configuration sets the replicator to continue operating even if it
# temporarily fails to determine its latest committed offset.
# WARNING: Use 'ignore' with caution as it may mask underlying issues.
onCommitSyncTimeout: ignore
# The replicator will use the default behavior ('fail') for this error type,
# as it is not specified.
# onControlMessageDeserializationError: failLast updated
Was this helpful?

