We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a338f2 commit 09aec3bCopy full SHA for 09aec3b
kafka/test/kafkacat.yml
@@ -123,7 +123,7 @@ spec:
123
echo "--- start $HOSTNAME $(date --iso-8601='ns' -u) ---" >> /shared/produce.tmp
124
;
125
tail -f /shared/produce.tmp |
126
- kafkacat -P -b $BOOTSTRAP -t test-kafkacat -v -T -d broker -K ':'
+ kafkacat -P -b $BOOTSTRAP -t test-kafkacat -v -T -d broker -K ':' -X request.required.acks=-1
127
128
volumeMounts:
129
- name: config
0 commit comments