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

Commit

Permalink
Merge pull request #2032 from aiven/kafka-update-advanced-params
Browse files Browse the repository at this point in the history
Kafka - Update Advanced parameters
  • Loading branch information
harshini-rangaswamy authored Oct 13, 2023
2 parents 2ca8d81 + 8a2e1b8 commit 430e618
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions includes/config-kafka.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
..
``additional_backup_regions``
-----------------------------
*array*
**Additional Cloud Regions for Backup Replication**



``custom_domain``
-----------------
Expand Down Expand Up @@ -259,6 +251,18 @@

**log.index.size.max.bytes** The maximum size in bytes of the offset index

``log_local_retention_ms``
~~~~~~~~~~~~~~~~~~~~~~~~~~
*integer*

**log.local.retention.ms** The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value.

``log_local_retention_bytes``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*integer*

**log.local.retention.bytes** The maximum size of local log segments that can grow for a partition before it gets eligible for deletion. If set to -2, the value of log.retention.bytes is used. The effective value should always be less than or equal to log.retention.bytes value.

``log_message_downconversion_enable``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*boolean*
Expand Down Expand Up @@ -511,11 +515,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).



Expand Down Expand Up @@ -607,6 +617,20 @@



``tiered_storage``
------------------
*object*

**Tiered storage configuration**

``enabled``
~~~~~~~~~~~
*boolean*

**Enabled** Whether to enable the tiered storage functionality



``schema_registry_config``
--------------------------
*object*
Expand Down

0 comments on commit 430e618

Please sign in to comment.