Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Support for /v1/txn #44

Open
margueritepd opened this issue Mar 7, 2017 · 1 comment
Open

Support for /v1/txn #44

margueritepd opened this issue Mar 7, 2017 · 1 comment
Assignees

Comments

@margueritepd
Copy link

Consul 0.7 introduced the /v1/txn endpoint which allows multiple operations to the key/value store to occur within a transaction.

It would be useful to completely replace a kv subtree atomically. Currently this requires a delete and then a bulkload, which is not ideal. Any plans to incorporate consul transactions into consul-cli to support this workflow?

@Theaxiom
Copy link
Contributor

Seems like an excellent research project. 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants