Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

QueryParams should support recursive parameter #238

Open DanielYWoo opened 2 years ago

DanielYWoo commented 2 years ago

To delete a key and all subkeys, we need recurse parameter. see https://www.consul.io/api-docs/kv

recurse (bool: false) - Specifies to delete all keys which have the specified prefix. Without this, only a key with an exact match will be deleted.