Skip to content

Commit 545ad17

Browse files
committed
DOSCP-34797: Clarify key definition
1 parent aafabc6 commit 545ad17

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"esbonio.sphinx.confDir": ""
3+
}

source/source-connector/fundamentals/specify-schema.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ sent to Apache Kafka.
2525

2626
.. important:: Note on Terminology
2727

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.
3131

3232
In Apache Kafka, a "key" is a byte array sent in a message used to determine
3333
what partition of a topic to write the message to. Kafka keys can be

0 commit comments

Comments
 (0)