Skip to content

Commit 47c70ae

Browse files
authored
Document client address limitation
Addresses #871
1 parent ec610d2 commit 47c70ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/client/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ If you don't define an address it will be guessed:
102102
> **Note:** The number of slashes is important! Also make sure that you don't try to connect to a normal
103103
> web/REST/non-grpc server (port).
104104
105+
> **Note:** Java does not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use hyphens (`-`) instead.
106+
105107
The `SSL`/`TLS` and other security relevant configuration is explained on the [Client Security](security.md) page.
106108

107109
## Configuration via Beans

0 commit comments

Comments
 (0)