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.
2222This section of the guide covers the configuration settings necessary to
2323set up a Kafka Sink connector.
2424
25- .. admonition:: Add Indexes to Your Collections for Consistent Performance
26- :class: important
25+ .. important:: Add Indexes to Your Collections for Consistent Performance
2726
2827 Writes performed by the Kafka Sink Connector take additional
2928 time to complete as the size of the underlying MongoDB collection
3029 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/>`.
3331
3432
3533Message Delivery Guarantee
You can’t perform that action at this time.
0 commit comments