--
You received this message because you are subscribed to the Google Groups "Consul" group.
To unsubscribe from this group and stop receiving emails from it, send an email to consul-tool...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ConsulClient client = new ConsulClient("127.0.0.1");stores in Consul:
client.setKVValue("someKey", "someKeyValue");
[{"CreateIndex":10299,"ModifyIndex":10376,"LockIndex":0,"Key":"someKey","Flags":0,"Value":"c29tZUtleVZhbHVl"}]
client.getKVValue("someKey").getValue().getValue();
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/consul/issues
IRC: #consul on Freenode
---
You received this message because you are subscribed to the Google Groups "Consul" group.
To unsubscribe from this group and stop receiving emails from it, send an email to consul-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/consul-tool/de1dfade-62ed-4fa9-9d3f-98089741f738%40googlegroups.com.