diff --git a/source/introduction/data-formats.txt b/source/introduction/data-formats.txt index e6baf41..fd447f1 100644 --- a/source/introduction/data-formats.txt +++ b/source/introduction/data-formats.txt @@ -1,3 +1,5 @@ +.. _kafka-data-formats: + ============ Data Formats ============ diff --git a/source/source-connector/configuration-properties/change-stream.txt b/source/source-connector/configuration-properties/change-stream.txt index 7e70b6d..ecbbe08 100644 --- a/source/source-connector/configuration-properties/change-stream.txt +++ b/source/source-connector/configuration-properties/change-stream.txt @@ -55,7 +55,7 @@ Settings - :ref:`` - :ref:`` - + | | **Default**: ``"[]"`` | **Accepted Values**: Valid aggregation pipeline stage @@ -65,20 +65,20 @@ Settings | **Description:** | Determines what values your change stream returns on update operations. - + | | The default setting returns the differences between the original document and the updated document. - + | | The ``updateLookup`` setting returns the differences between the original document and updated document as well as a copy of the entire updated document at a *point in time* after the update. - + | | The ``whenAvailable`` setting returns the updated document, if available. - + | | The ``required`` setting returns the updated document and raises an error if it is not available. - + | | For more information on how this change stream option works, see :manual:`Lookup Full Document for Update Operations ` @@ -139,7 +139,7 @@ Settings Tombstone events contain the keys of deleted documents with ``null`` values. This setting applies only when ``publish.full.document.only`` is ``true``. - + | | **Default**: ``false`` | **Accepted Values**: ``true`` or ``false`` @@ -149,12 +149,12 @@ Settings | **Description:** | Whether to use the document key for the source record key if the document key is present. - + | | When set to ``true``, the connector adds keys of the deleted documents to the tombstone events. When set to ``false``, the connector uses the resume token as the source key for the tombstone events. - + | | **Default**: ``true`` | **Accepted Values**: ``true`` or ``false`` diff --git a/source/source-connector/configuration-properties/output-format.txt b/source/source-connector/configuration-properties/output-format.txt index e50feae..3e401d1 100644 --- a/source/source-connector/configuration-properties/output-format.txt +++ b/source/source-connector/configuration-properties/output-format.txt @@ -91,10 +91,10 @@ Settings | **Description:** | Specifies an Avro schema definition for the key document of the `SourceRecord <{+kafka_api_docs_base+}javadoc/org/apache/kafka/connect/source/SourceRecord.html>`__. - - To learn more about Avro schema, see :ref:`Avro ` in the - :ref:`Data Formats guide `. - + | + | To learn more about Avro schema, see :ref:`Avro ` in the + :ref:`Data Formats guide `. + | | **Default**: .. code-block:: json @@ -113,10 +113,10 @@ Settings | **Description:** | Specifies an Avro schema definition for the value document of the `SourceRecord <{+kafka_api_docs_base+}javadoc/org/apache/kafka/connect/source/SourceRecord.html>`__. - + | | To learn more about Avro schema, see :ref:`Avro ` in the - :ref:`Data Formats guide `. - + :ref:`Data Formats guide `. + | | **Default**: .. code-block:: json @@ -163,10 +163,10 @@ Settings document of the `SourceRecord <{+kafka_api_docs_base+}javadoc/org/apache/kafka/connect/source/SourceRecord.html>`__. Since the connector processes each document in isolation, the connector may generate many schemas. - + | | :gold:`IMPORTANT:` The connector only reads this setting when you set your ``output.format.value`` setting to ``schema``. - + | | **Default**: ``false`` | **Accepted Values**: ``true`` or ``false``