File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
source/source-connector/fundamentals Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
Apply Schemas
5
5
=============
6
6
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. meta::
12
+ :keywords: structure, code example
13
+
7
14
.. contents:: On this page
8
15
:local:
9
16
:backlinks: none
@@ -25,9 +32,9 @@ sent to Apache Kafka.
25
32
26
33
.. important:: Note on Terminology
27
34
28
- The word "key" has a slightly different meaning in the context
29
- of BSON and Apache Kafka . In BSON, a "key" is a unique string identifier for
30
- a field in a document.
35
+ This guide uses the Apache Kafka definition of the word "key", which differs
36
+ slightly from the BSON definition . In BSON, a "key" is a unique string identifier
37
+ for a field in a document.
31
38
32
39
In Apache Kafka, a "key" is a byte array sent in a message used to determine
33
40
what partition of a topic to write the message to. Kafka keys can be
You can’t perform that action at this time.
0 commit comments