DBZ-4655 Modify link formats to fix build errors

This commit is contained in:
Bob Roldan 2022-03-04 18:20:00 -05:00 committed by Gunnar Morling
parent c3825c8d3b
commit 896f1440db
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ For each change event record, the {prodname} connector completes the following a
You can specify converters for each individual {prodname} connector instance.
Kafka Connect provides a JSON converter that serializes the record keys and values into JSON documents.
The default behavior is that the JSON converter includes the record's message schema, which makes each record very verbose.
The xref:{link-tutorial}[{name-tutorial}] shows what the records look like when both payload and schemas are included.
The {link-prefix}:{link-tutorial}[{name-tutorial}] shows what the records look like when both payload and schemas are included.
If you want records to be serialized with JSON, consider setting the following connector configuration properties to `false`:
* `key.converter.schemas.enable`

View File

@ -2305,7 +2305,7 @@ The {prodname} Db2 connector provides three types of metrics that are in additio
* xref:{link-db2-connector}#db2-streaming-metrics[Streaming metrics] provide information about connector operation when the connector is capturing changes and streaming change event records.
* xref:{link-db2-connector}#db2-schema-history-metrics[Schema history metrics] provide information about the status of the connector's schema history.
xref:{link-debezium-monitoring}[{prodname} monitoring documentation] provides details for how to expose these metrics by using JMX.
{link-prefix}:{link-debezium-monitoring}#monitoring-debezium[{prodname} monitoring documentation] provides details for how to expose these metrics by using JMX.
// Type: reference
// ModuleID: monitoring-debezium-during-snapshots-of-db2-databases

View File

@ -2614,7 +2614,7 @@ The connector provides the following metrics:
* xref:sqlserver-streaming-metrics[Streaming metrics] for monitoring the connector when reading CDC table data.
* xref:sqlserver-schema-history-metrics[Schema history metrics] for monitoring the status of the connector's schema history.
For information about how to expose the preceding metrics through JMX, see the xref:{link-debezium-monitoring}[{prodname} monitoring documentation].
For information about how to expose the preceding metrics through JMX, see the {link-prefix}:{link-debezium-monitoring}#monitoring-debezium[{prodname} monitoring documentation].
// Type: reference
// ModuleID: debezium-sqlserver-connector-snapshot-metrics