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)).