You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/source-connector/fundamentals/specify-schema.txt
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ following combinations of schemas:
48
48
To see a discussion on the benefits of using schemas with Kafka Connect,
49
49
see `this article from Confluent <https://docs.confluent.io/platform/current/schema-registry/index.html#ak-serializers-and-deserializers-background>`__.
50
50
51
-
To see full properties files for specifying a schema, see our specify a schema
52
-
usage example. <TODO: link to example>
51
+
If you want to send data through {+ak+} with a specific data format, such as {+avro+}
52
+
or JSON Schema, see the :ref:`<intro-converters>` guide.
53
53
54
54
To learn more about keys and values in Apache Kafka, see the
0 commit comments