Skip to content

Commit f7d8ca1

Browse files
terakilobyteschmalliso
authored andcommitted
remove wording that users must consume heartbeat
per KAFKA-176, consuming heartbeats is not required
1 parent 97b6d29 commit f7d8ca1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

source/kafka-sink-properties.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ data to sink to MongoDB. For an example configuration file, see
5555
* - connection.uri
5656
- string
5757
- | A :manual:`MongoDB connection URI string </reference/connection-string/#standard-connection-string-format>`.
58-
58+
5959
.. code-block:: none
6060

6161
mongodb://username:password@localhost/
@@ -261,7 +261,7 @@ data to sink to MongoDB. For an example configuration file, see
261261

262262
* - heartbeat.topic.name
263263
- string
264-
- | The name of the topic to publish heartbeat messages to. To enable the heartbeat feature, you must provide a positive value in the ``heartbeat.interval.ms`` setting. The user must consume messages on this topic to track the latest offset (post batch resume token).
264+
- | The name of the topic to publish heartbeat messages to. To enable the heartbeat feature, you must provide a positive value in the ``heartbeat.interval.ms`` setting.
265265
|
266266
| **Default**: ``__mongodb_heartbeats``
267267
| **Accepted Values**: A valid Kafka topic name

source/kafka-source.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,7 @@ an example source connector configuration file, see
499499
- string
500500
- | The name of the topic to publish heartbeat messages to. To enable
501501
the heartbeat feature, you must provide a positive value in the
502-
``heartbeat.interval.ms`` setting. The connector must consume
503-
messages on this topic to track the latest offset (post batch
504-
resume token).
502+
``heartbeat.interval.ms`` setting.
505503
|
506504
| **Default**: ``__mongodb_heartbeats``
507505
| **Accepted Values**: A valid Kafka topic name

0 commit comments

Comments
 (0)