From d96f2a30803d8f773a75188b4669350da7805ef2 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 27 Apr 2026 12:19:06 +0300 Subject: [PATCH] message hub + pm --- clusters/yc-k8s-test/infrastructure/patches/kafka.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml index d8d45c6..23ac9f1 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml @@ -27,6 +27,12 @@ spec: client: protocol: SASL_SSL sslClientAuth: "none" + config: + offsets.topic.replication.factor: 1 + transaction.state.log.replication.factor: 1 + transaction.state.log.min.isr: 1 + default.replication.factor: 1 + min.insync.replicas: 1 provisioning: enabled: false sasl: