consul-rust
consul-rust copied to clipboard
Make KV Value optional
The previous PR got conflated with other work that we were doing, so I've re-opened with the original fix for #24 and added a mockito test.
Hello @fussybeaver ,
Sorry for the huge delay in reviewing this. Are you still interested in fixing it?
You are right, the value might be null, but more globally, the API is probably wrong regarding its semantics.
The big downside is that it will force us to create a breaking change, requiring us to bump the minor.
Please provide a rebase and I'll be glad to integrate it.
Regards
Hi @pierresouchay , thanks for picking this up again..