Chris Dawes
Chris Dawes
thanks that works great. i will aim for compatability with curator, but i haven't quite got there yet.
I'd like to row back slightly -- I think I've mixed up quite a few issues in one here. So retries. There are two sources of retries, I think. One...
i've been working on a branch to implement this. i've got something which doesn't look too horrible. just node creation so far. https://github.com/cmsd2/rust-zookeeper/tree/curator
workaround: change this: ``` cdk_subcommand: "deploy" args: "--require-approval never" ``` to this: `cdk_subcommand: "deploy --require-approval never"` this works because the subcommand parameter is not quoted in the entrypoint script so...
Having these claims as top-level stringsets is nice in that it allows conditional updates/deletes and update expressions that operate directly on the sets. It also allows filter expressions in queries/scans....