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
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
I have investigated the issue. It was introduced in 6f4eb97 where the meaningless map was replaced (exact change: 6f4eb97#diff-87d94b41a52bb393bfca3dc4b47be3807560585a919ef66394f9fe6e20c216c2R2899). The commit doesn't include reasoning, but I think that was a mistake. In this case, the api returns an empty list, which is very different from a None. And this difference is necessary.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On the consul API if I query an existing endpoint for keys, I receive an empty list, whereas if I query a non-existent key, I receive HTTP 404.
Using the python library, however, I can't differentiate the two cases.
Examples
Existing but empty
Not existing
The text was updated successfully, but these errors were encountered: