Tracing Headers
Enables extra records headers
Was this helpful?
Was this helpful?
# ---------------------------------------------------
# K2K Configuration for Tracing Headers
# ---------------------------------------------------
# 1. Enable the desired headers under the 'features' block.
features:
tracingHeaders: enabled
# 2. Optionally, customize the names of the enabled headers.
tracing:
headers:
# The partition header will use its default name ('k2k.source.partition').
# The offset header name is overridden to 'replication_offset'.
offset: "replication_offset"# ---------------------------------------------------
# K2K Configuration for Tracing Headers
# ---------------------------------------------------
# 1. Enable the desired headers under the 'features' block.
features:
tracingHeaders:
# Enable the source partition and offset headers.
partition: enabled
offset: enabled
# The 'topic' and 'pipeline' headers will remain disabled.
# topic: disabled
# pipeline: disabled
# 2. Optionally, customize the names of the enabled headers.
tracing:
headers:
# The partition header will use its default name ('k2k.source.partition').
# The offset header name is overridden to 'replication_offset'.
offset: "replication_offset"