Skip to content

Commit 96641a0

Browse files
committed
Can't have 1 replica, even if we can afford ...
to lose the data, because we're unable to produce if the pod that owns that replica goes down. Instead we can wait for 2 acks for important data, and 0 or 1 ack for less important.
1 parent bd800d8 commit 96641a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events-kube/topic-ops-kube-events-all-json.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ spec:
2525
- --partitions
2626
- "1"
2727
- --replication-factor
28-
- "1"
28+
- "3"
2929
- --config
3030
# 8 days
31-
- retention.ms=691200000
31+
- retention.ms=691200000
3232
restartPolicy: Never

0 commit comments

Comments
 (0)