Skip to content

Commit 7473765

Browse files
steverenschmalliso
authored andcommitted
DOCSP-12530: [KAFKA] Add offset.partition.name configuration option (#57)
* DOCSP-12530: [KAFKA] Add offset.partition.name configuration option
1 parent fb80784 commit 7473765

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/kafka-source.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,16 @@ an example source connector configuration file, see
269269
| **Default:** ""
270270
| **Accepted Values**: A valid Kafka topic name
271271

272+
* - offset.partition.name
273+
- string
274+
- | A custom offset partition name to use. This option can be used to
275+
start a new change stream when an existing offset contains an
276+
invalid resume token. If blank, the default partition name based
277+
on the connection details is used.
278+
|
279+
| **Default:** ""
280+
| **Accepted Values**: A valid partition name
281+
272282
.. note::
273283

274284
The default maximum size for Kafka messages is 1MB. Update the

0 commit comments

Comments
 (0)