You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, KeyValueClient support read and delete a directory by using 'recurse' parameter. However, it is not possible to write a directory, which is equivalent to write/set multiple keys at the same time. Can consul transaction be used for that purpose ?
Currently, KeyValueClient support read and delete a directory by using 'recurse' parameter. However, it is not possible to write a directory, which is equivalent to write/set multiple keys at the same time. Can consul transaction be used for that purpose ?
Transactions HTTP API: https://www.consul.io/api/txn.html
The text was updated successfully, but these errors were encountered: