DBZ-2596 Correct format error in config options table header

This commit is contained in:
Tova Cohen 2020-09-24 10:38:32 -04:00 committed by Gunnar Morling
parent 92e9351413
commit de48877148
2 changed files with 2 additions and 4 deletions

View File

@ -231,8 +231,7 @@ The following table describes the options that you can specify to configure the
|Default
|Description
[id="extract-new-record-state-drop-tombstones"]
|{link-prefix}:{link-event-flattening}#extract-new-record-state-drop-tombstones[`drop.tombstones`]
|[[extract-new-record-state-drop-tombstones]]{link-prefix}:{link-event-flattening}#extract-new-record-state-drop-tombstones[`drop.tombstones`]
|`true`
|{prodname} generates a tombstone record for each `DELETE` operation. The default behavior is that event flattening SMT removes tombstone records from the stream. To keep tombstone records in the stream, specify `drop.tombstones=false`.

View File

@ -151,8 +151,7 @@ The following table describes topic routing SMT configuration options.
|Default
|Description
[id="by-logical-table-router-topic-regex"]
|{link-prefix}:{link-topic-routing}#by-logical-table-router-topic-regex[`topic.regex`]
|[[by-logical-table-router-topic-regex]]{link-prefix}:{link-topic-routing}#by-logical-table-router-topic-regex[`topic.regex`]
|
|Specifies a regular expression that the transformation applies to each change event record to determine if it should be routed to a particular topic.