From a2ceca1bafcf208719c0ecfabb7819fe42bde12e Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 10 Oct 2023 06:06:12 +0000 Subject: [PATCH 1/2] KafkaConnector - Update Advanced parameters --- includes/config-kafka_connect.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/includes/config-kafka_connect.rst b/includes/config-kafka_connect.rst index 369a2e4e42..b185a3f359 100644 --- a/includes/config-kafka_connect.rst +++ b/includes/config-kafka_connect.rst @@ -1,9 +1,9 @@ -.. - ``additional_backup_regions`` - ----------------------------- - *array* - **Additional Cloud Regions for Backup Replication** +``additional_backup_regions`` +----------------------------- +*array* + +**Additional Cloud Regions for Backup Replication** @@ -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* From e5dce09ad37d17eaa18e64adb1f14798f211aa72 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy <108724024+harshini-rangaswamy@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:20:17 +0200 Subject: [PATCH 2/2] Update config-kafka_connect.rst Removed backup to another region as this is not yet available for all services. --- includes/config-kafka_connect.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/config-kafka_connect.rst b/includes/config-kafka_connect.rst index b185a3f359..7d5039bbf9 100644 --- a/includes/config-kafka_connect.rst +++ b/includes/config-kafka_connect.rst @@ -1,10 +1,4 @@ -``additional_backup_regions`` ------------------------------ -*array* - -**Additional Cloud Regions for Backup Replication** - ``ip_filter``