From 55e0e20addfd4f203eb15f3852f8b8572b499f8d Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sat, 4 Nov 2017 11:11:45 +0100 Subject: As in #60: Need >1 replicas for producer to handle pod rescheduling --- logs-streaming/topic-ops-kube-logs-raw.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/logs-streaming/topic-ops-kube-logs-raw.yml b/logs-streaming/topic-ops-kube-logs-raw.yml index 9fd9418..f89f5e5 100644 --- a/logs-streaming/topic-ops-kube-logs-raw.yml +++ b/logs-streaming/topic-ops-kube-logs-raw.yml @@ -25,8 +25,7 @@ spec: - --partitions - "1" - --replication-factor - - "1" + - "2" - --config - # this might be eight days - - retention.ms=69125000 + - retention.ms=6912500000 restartPolicy: Never -- cgit v1.2.3