@@ -19,7 +19,7 @@ This guide describes how to use **converters** with the {+connector+}.
1919Converters are programs that translate between bytes and
2020{+kafka-connect+}'s runtime data format.
2121
22- Converters pass data between {+kafka-connect+} and Apache Kafka. The {+ connector+} passes data
22+ Converters pass data between {+kafka-connect+} and Apache Kafka. The connector passes data
2323between MongoDB and {+kafka-connect+}. The following diagram shows these relationships:
2424
2525.. figure:: /includes/figures/converters.png
@@ -34,12 +34,12 @@ To learn more about converters, see the following resources:
3434Available Converters
3535--------------------
3636
37- As the {+ connector+} converts your MongoDB data into {+kafka-connect+}'s runtime data
38- format, the {+ connector+} works with all available converters.
37+ As the connector converts your MongoDB data into {+kafka-connect+}'s runtime data
38+ format, the connector works with all available converters.
3939
4040.. important:: Use the Same Converter for your Source and Sink Connectors
4141
42- You must use the same converter in your source and sink connectors .
42+ You must use the same converter in your {+ source-connector+} and {+ sink-connector+} .
4343 For example, if your source connector writes to a topic using Protobuf, your
4444 sink connector must use Protobuf to read from the topic.
4545
@@ -49,7 +49,7 @@ Converters with Schemas
4949~~~~~~~~~~~~~~~~~~~~~~~
5050
5151If you use a schema-based converter such as the converter for Avro, Protobuf, or
52- JSON Schema, you should define a schema in your {+connector+} source connector.
52+ JSON Schema, you should define a schema in your source connector.
5353
5454To learn how to specify a schema, see the
5555:ref:`<kafka-source-apply-schemas>` guide.
@@ -58,7 +58,7 @@ Connector Configuration
5858-----------------------
5959
6060This section provides templates for properties files to configure the following
61- converters in a {+ connector+} pipeline:
61+ converters in a connector pipeline:
6262
6363- :ref:`Avro Converter <avro-converter-sample-properties>`
6464- :ref:`Protobuf Converter <protobuf-converter-sample-properties>`
@@ -274,7 +274,7 @@ Click the following tabs to view properties files that work with the String conv
274274
275275 .. important:: Received Strings Must be Valid JSON
276276
277- Your {+connector+} sink connector must receive valid JSON strings from your
277+ Your sink connector must receive valid JSON strings from your
278278 {+kafka+} topic even when using a String converter.
279279
280280To use the preceding properties file, replace the placeholder text in angle
0 commit comments