Skip to content

Commit 35aa519

Browse files
authored
Merge pull request #135 from Yolean/use-default-replication-factor
Update test topic replication factor
2 parents 0267fb3 + aa2f557 commit 35aa519

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

kafka/test/kafkacat.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ spec:
8383
- test-kafkacat
8484
- --partitions
8585
- "1"
86-
- --replication-factor
87-
- "2"
8886
restartPolicy: Never
8987
---
9088
apiVersion: apps/v1beta2

kafka/test/produce-consume.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ spec:
6666
- test-produce-consume
6767
- --partitions
6868
- "1"
69-
- --replication-factor
70-
- "2"
7169
restartPolicy: Never
7270
---
7371
apiVersion: apps/v1beta2

0 commit comments

Comments
 (0)