Skip to content

Commit efd1b21

Browse files
Chris Choschmalliso
authored andcommitted
DOCSP-11112 add tasks.max config property (#30)
* DOCSP-11112: add tasks.max setting
1 parent 1709d88 commit efd1b21

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/kafka-sink-properties.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,21 @@ data to sink to MongoDB. For an example configuration file, see
222222
| **Default**: ``""``
223223
| **Accepted Values**: Accepted values specific to the overridden property
224224

225+
* - tasks.max
226+
- int
227+
- | The maximum number of tasks that should be created for this connector. The connector may create fewer tasks if it cannot handle the specified level of parallelism.
228+
229+
.. admonition:: Messages May Be Processed Out of Order For Values Greater Than 1
230+
:class: important
231+
232+
If you specify a value greater than ``1``, the connector
233+
enables parallel processing of the tasks. If your topic has
234+
multiple partition logs (allows consumers to read from the
235+
topic in parallel), messages may be processed out of order.
236+
237+
| **Default**: ``1``
238+
| **Accepted Values**: a positive integer.
239+
225240
.. _topic-specific-configuration:
226241

227242
Topic-Specific Configuration Settings

0 commit comments

Comments
 (0)