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 ec610d2 commit 47c70aeCopy full SHA for 47c70ae
docs/en/client/configuration.md
@@ -102,6 +102,8 @@ 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.
106
+
107
The `SSL`/`TLS` and other security relevant configuration is explained on the [Client Security](security.md) page.
108
109
## Configuration via Beans
0 commit comments