mirror of https://github.com/apache/kafka.git
MINOR: Upgrade zk to 3.5.6 (#7544)
It includes an important fix for people running on k8s: * ZOOKEEPER-3320: Leader election port stop listen when hostname unresolvable for some time Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
parent
d9f0be4523
commit
baaccbb018
|
@ -114,7 +114,7 @@ versions += [
|
|||
spotbugs: "3.1.12",
|
||||
spotbugsPlugin: "1.6.9",
|
||||
spotlessPlugin: "3.23.1",
|
||||
zookeeper: "3.5.5",
|
||||
zookeeper: "3.5.6",
|
||||
zstd: "1.4.3-1"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue