We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c70ae commit 578793cCopy full SHA for 578793c
docs/en/client/configuration.md
@@ -102,7 +102,7 @@ If you don't define an address it will be guessed:
102
> **Note:** The number of slashes is important! Also make sure that you don't try to connect to a normal
103
> web/REST/non-grpc server (port).
104
105
-> **Note:** Java does not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use hyphens (`-`) instead.
+> **Note:** Java `URI`s do not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use hyphens (`-`) instead.
106
107
The `SSL`/`TLS` and other security relevant configuration is explained on the [Client Security](security.md) page.
108
0 commit comments