kazoo icon indicating copy to clipboard operation
kazoo copied to clipboard

support container znodes

Open rgs1 opened this issue 10 years ago • 5 comments

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.

rgs1 avatar Jun 06 '15 21:06 rgs1

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 avatar Jun 18 '19 19:06 teeeg

@teeeg i am happy to help with reviews.

rgs1 avatar Jun 18 '19 19:06 rgs1

@rgs1 do you have an idea of the feasibility of supporting containers? how much work do you suppose it is?

teeeg avatar Jun 18 '19 19:06 teeeg

@teeeg Yes, that would be a nice feature.

StephenSorriaux avatar Jun 18 '19 21:06 StephenSorriaux

@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

rgs1 avatar Jun 18 '19 21:06 rgs1