From 47cb14ab969cd0f0624e2b855c5a5cd8b2a53d0d Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 26 Nov 2023 03:04:53 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-11-26) --- pkg/dist/service_types.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index de23d96..960388a 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -2021,6 +2021,11 @@ kafka: type: integer minimum: 1.048576e+07 maximum: 2.097152e+08 + transaction_partition_verification_enable: + title: transaction.partition.verification.enable + description: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition + type: boolean + example: true transaction_remove_expired_transaction_cleanup_interval_ms: title: transaction.remove.expired.transaction.cleanup.interval.ms description: The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (defaults to 3600000 (1 hour)).