Skip to content

Commit 8c5b6e4

Browse files
authored
Merge pull request #911 from yidongnan/ST-DDT-patch-1
Document client address limitations
2 parents ec610d2 + 6a85743 commit 8c5b6e4

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's `URI`s do not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use a naming scheme e.g with 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)