File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ saves the data to a MongoDB database.
22
22
This section of the guide covers the configuration settings necessary to
23
23
set up a Kafka Sink connector.
24
24
25
- .. admonition:: Add Indexes to Your Collections for Consistent Performance
26
- :class: important
25
+ .. important:: Add Indexes to Your Collections for Consistent Performance
27
26
28
27
Writes performed by the Kafka Sink Connector take additional
29
28
time to complete as the size of the underlying MongoDB collection
30
29
grows. To prevent performance deterioration,
31
- :manual:`use an index to support these queries
32
- <tutorial/create-indexes-to-support-queries/>`.
30
+ :manual:`use an index to support these queries </tutorial/create-indexes-to-support-queries/>`.
33
31
34
32
35
33
Message Delivery Guarantee
You can’t perform that action at this time.
0 commit comments