Skip to content

Commit fb17059

Browse files
Chris Choschmalliso
authored andcommitted
DOCSP-15091: Remove extraneous setting (#90)
* DOCSP-15091: Remove extraneous setting
1 parent f7d8ca1 commit fb17059

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/kafka-source.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ an example source connector configuration file, see
111111
.. list-table::
112112
:header-rows: 1
113113
:stub-columns: 1
114+
:widths: 34 10 56
114115

115116
* - Name
116117
- Type
@@ -276,13 +277,6 @@ an example source connector configuration file, see
276277
| **Default**: ``false``
277278
| **Accepted Values**: ``true`` or ``false``
278279

279-
* - offset.partition.name
280-
- string
281-
- | Custom partition name to use in which to store the offset values. The offset value stores information on where to resume processing if there is an issue that requires you to restart the connector. By choosing a new partition name, you can start processing without using a resume token. This can make it easier to restart the connector without reconfiguring the Kafka Connect service or manually deleting the old offset. The offset partition is automatically created if it does not exist.
282-
|
283-
| **Default**: ""
284-
| **Accepted Values**: A string
285-
286280
* - batch.size
287281
- int
288282
- | The cursor batch size.
@@ -514,6 +508,7 @@ an example source connector configuration file, see
514508
.. list-table::
515509
:header-rows: 1
516510
:stub-columns: 2
511+
:widths: 15 25 40
517512

518513
* - System
519514
- Property Name

0 commit comments

Comments
 (0)