Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
KafkaConnector - Update Advanced parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 26, 2023
1 parent 66f33b2 commit f5d2ea4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions includes/config-kafka_connect.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
..
``additional_backup_regions``
-----------------------------
*array*

**Additional Cloud Regions for Backup Replication**
``additional_backup_regions``
-----------------------------
*array*

**Additional Cloud Regions for Backup Replication**



Expand Down Expand Up @@ -113,6 +113,12 @@

**The maximum size of a request in bytes** This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.

``scheduled_rebalance_max_delay_ms``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*integer*

**The maximum delay of rebalancing connector workers** The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.

``session_timeout_ms``
~~~~~~~~~~~~~~~~~~~~~~
*integer*
Expand Down

0 comments on commit f5d2ea4

Please sign in to comment.