diff --git a/includes/config-kafka.rst b/includes/config-kafka.rst index c74244ce4f..5dbda9c778 100644 --- a/includes/config-kafka.rst +++ b/includes/config-kafka.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** @@ -511,11 +511,17 @@ **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* -**The timeout used to detect failures when using Kafka’s group management facilities** The timeout in milliseconds used to detect failures when using Kafka’s group management facilities (defaults to 45000). +**The timeout used to detect failures when using Kafka’s group management facilities** The timeout in milliseconds used to detect failures when using Kafka’s group management facilities (defaults to 10000). @@ -607,6 +613,26 @@ +``tiered_storage`` +------------------ +*object* + +**Tiered storage configuration** + +``enabled`` +~~~~~~~~~~~ +*boolean* + +**Enabled** Whether to enable the tiered storage functionality + +``local_cache`` +~~~~~~~~~~~~~~~ +*object* + +**Local cache** Local cache configuration + + + ``schema_registry_config`` -------------------------- *object*