Skip to content

Commit f11d9a8

Browse files
Chris Choschmalliso
authored andcommitted
Fix link and update admonition (#68)
1 parent 88b7f54 commit f11d9a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/kafka-sink.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ saves the data to a MongoDB database.
2222
This section of the guide covers the configuration settings necessary to
2323
set 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

3533
Message Delivery Guarantee

0 commit comments

Comments
 (0)