Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error for trying put value in KV store #240

Open
nippygalaxy opened this issue Sep 19, 2022 · 1 comment
Open

The error for trying put value in KV store #240

nippygalaxy opened this issue Sep 19, 2022 · 1 comment

Comments

@nippygalaxy
Copy link

No description provided.

@nippygalaxy nippygalaxy changed the title The error for trying put KV The error for trying put value in KV store Sep 19, 2022
@resmo
Copy link

resmo commented Sep 9, 2023

need more info about your issue but I had an issue with having a key starting with /

does not work:

ConsulClient consulClient = new ConsulClient("127.0.0.1");
consulClient.setKVValue("/my/key, value);

works:

ConsulClient consulClient = new ConsulClient("127.0.0.1");
consulClient.setKVValue("my/key, value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants