Skip to content

Commit 09aec3b

Browse files
committed
Uses min.insync.replicas for the kafkacat producer as well
1 parent 5a338f2 commit 09aec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/test/kafkacat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
echo "--- start $HOSTNAME $(date --iso-8601='ns' -u) ---" >> /shared/produce.tmp
124124
;
125125
tail -f /shared/produce.tmp |
126-
kafkacat -P -b $BOOTSTRAP -t test-kafkacat -v -T -d broker -K ':'
126+
kafkacat -P -b $BOOTSTRAP -t test-kafkacat -v -T -d broker -K ':' -X request.required.acks=-1
127127
;
128128
volumeMounts:
129129
- name: config

0 commit comments

Comments
 (0)