Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f09768

Browse files
authored
docs: change connection string (#318)
1 parent8ca175b commit5f09768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/main/java/io/kurrent/dbclient/KurrentDBClientSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
importjava.util.Set;
88

99
/**
10-
* Gathers all the settings related to a gRPC client withan KurrentDB database.
10+
* Gathers all the settings related to a gRPC client witha KurrentDB database.
1111
* <i>EventStoreDBClientSettings}</i> can only be created when parsing a connection string.
1212
*
1313
* <i>KurrentDBClientSettings</i> supports a wide range of settings. If a setting is not mentioned in the connection

‎src/test/java/io/kurrent/dbclient/samples/authentication/UserCertificate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class UserCertificate {
88
privatestaticvoidtracing() {
99
// region client-with-user-certificates
1010
KurrentDBClientSettingssettings =KurrentDBConnectionString
11-
.parseOrThrow("esdb://admin:changeit@{endpoint}?tls=true&userCertFile={pathToCaFile}&userKeyFile={pathToKeyFile}");
11+
.parseOrThrow("kurrentdb://admin:changeit@{endpoint}?tls=true&userCertFile={pathToCaFile}&userKeyFile={pathToKeyFile}");
1212
KurrentDBClientclient =KurrentDBClient.create(settings);
1313
// endregion client-with-user-certificates
1414
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp