We use consul kv get in our app but it is returning false. I am clueless as why it is returning false ? But the response code is 200. Any idea why it is returning false and how to fix it ?
ret = self.consul.kv.put(self.key_path, ‘Consul lock for %s’ % self.name, acquire=self.session)