Skip to content

Commit be14a18

Browse files
authored
Merge pull request #74 from elm-/master
- fix #65: wait for reply
2 parents 172adc0 + 9402f60 commit be14a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
command:
4949
- /bin/sh
5050
- -c
51-
- '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
51+
- '[ "imok" = "$(echo ruok | nc -w 1 -q 1 127.0.0.1 2181)" ]'
5252
volumeMounts:
5353
- name: config
5454
mountPath: /etc/kafka

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
command:
5252
- /bin/sh
5353
- -c
54-
- '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
54+
- '[ "imok" = "$(echo ruok | nc -w 1 -q 1 127.0.0.1 2181)" ]'
5555
volumeMounts:
5656
- name: config
5757
mountPath: /etc/kafka

0 commit comments

Comments
 (0)