support container znodes
This is now merged on trunk and on the 3.5 branch of ZooKeeper: https://issues.apache.org/jira/browse/ZOOKEEPER-2163 (see https://github.com/apache/zookeeper/commit/48f0269f3539a1afddf39d66a1c25c37653390aa).
It might be backported for the upcoming 3.4.7 release too, so it would be nice to support it.
Would this be something that maintainers would want to add to Kazoo? Is it feasible at this point in time? I would have an interest in doing the work to support containers if there's interest from the community.
@teeeg i am happy to help with reviews.
@rgs1 do you have an idea of the feasibility of supporting containers? how much work do you suppose it is?
@teeeg Yes, that would be a nice feature.
@teeeg should be pretty straight fwd, given that container requests are basically create requests with a different opcode:
https://github.com/envoyproxy/envoy/blob/master/source/extensions/filters/network/zookeeper_proxy/filter.cc#L134