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: docs/source.md
+4
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ Data is read from MongoDB using the configuration connection as specified in the
20
20
21
21
Currently, only JSON strings are supported as the output.
22
22
23
+
**Note:** Kafka defaults to a 1MB message size. If the JSON string size of the change stream document is greater that 1MB then you will need
24
+
to configure Kafka to handle larger sized documents. See this [stackoverflow post](https://stackoverflow.com/questions/21020347/how-can-i-send-large-messages-with-kafka-over-15mb)
25
+
for more information.
26
+
23
27
#### Event Document Format
24
28
25
29
The following document represents all possible fields that a change stream response document can have:
0 commit comments