Skip to content

Commit

Permalink
Can't have 1 replica, even if we can afford ...
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
solsson committed Nov 3, 2017
1 parent bd800d8 commit 96641a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions events-kube/topic-ops-kube-events-all-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
- --partitions
- "1"
- --replication-factor
- "1"
- "3"
- --config
# 8 days
- retention.ms=691200000
- retention.ms=691200000
restartPolicy: Never

0 comments on commit 96641a0

Please sign in to comment.