File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
source/source-connector/fundamentals Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "esbonio.sphinx.confDir" : " "
3
+ }
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ sent to Apache Kafka.
25
25
26
26
.. important:: Note on Terminology
27
27
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.
28
+ This guide uses the Apache Kafka definition of the word "key", which differs
29
+ slightly from the BSON definition . In BSON, a "key" is a unique string identifier
30
+ for a field in a document.
31
31
32
32
In Apache Kafka, a "key" is a byte array sent in a message used to determine
33
33
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