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 #2308 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 Dec 1, 2023
2 parents 3b193e1 + 532eaca commit f4dcd5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion includes/config-kafka.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@




``custom_domain``
-----------------
*['string', 'null']*
Expand Down Expand Up @@ -420,6 +422,12 @@

**transaction.remove.expired.transaction.cleanup.interval.ms** The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (defaults to 3600000 (1 hour)).

``transaction_partition_verification_enable``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*boolean*

**transaction.partition.verification.enable** Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition



``kafka_authentication_methods``
Expand Down Expand Up @@ -550,7 +558,7 @@
~~~~~~~~~~~~~~~~~~~~~~
*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 10000).
**The timeout used to detect failures when using Kafkas group management facilities** The timeout in milliseconds used to detect failures when using Kafkas group management facilities (defaults to 10000).



Expand Down

0 comments on commit f4dcd5f

Please sign in to comment.