diff --git a/documentation/modules/ROOT/pages/configuration/event-flattening.adoc b/documentation/modules/ROOT/pages/configuration/event-flattening.adoc index 553db1f24..2e457e862 100644 --- a/documentation/modules/ROOT/pages/configuration/event-flattening.adoc +++ b/documentation/modules/ROOT/pages/configuration/event-flattening.adoc @@ -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`. diff --git a/documentation/modules/ROOT/pages/configuration/topic-routing.adoc b/documentation/modules/ROOT/pages/configuration/topic-routing.adoc index 11f3a0334..0155e243e 100644 --- a/documentation/modules/ROOT/pages/configuration/topic-routing.adoc +++ b/documentation/modules/ROOT/pages/configuration/topic-routing.adoc @@ -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.