wvanbergen / kazoo-go

Go library to access Kafka metadata in Zookeeper
http://godoc.org/github.com/wvanbergen/kazoo-go
MIT License
100 stars 48 forks source link

fig bug for mkdirRecursive #30

Closed WanliTian closed 6 years ago

WanliTian commented 7 years ago

if the ancestor nodes has existed,and we have no create permission for that node Create will retrun "not autheticated" but not "node exsit". so we check it first

wvanbergen commented 6 years ago

https://github.com/wvanbergen/kazoo-go/pull/36 was merged, which should fix this.