-
-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Expected Behaviour
When using StartedKurrentDbContainer.getConnectionString() with KurrentDBClient.connectionString(...) it should not print a deprecated warning in the logs
Actual Behaviour
KurrentDBClient.connectionString(...) prints the following deprecation warning:
The 'esdb' protocol is deprecated. Please use 'kurrentdb' instead
This is because getConnectionString() returns a URL with the old esdb scheme instead of the new kurrentdb scheme.
Testcontainer Logs
N/A
Steps to Reproduce
const container = new KurrentDbContainer("docker.kurrent.io/kurrent-latest/kurrentdb");
const started = await container.start();
const kurrent = KurrentDBClient.connectionString(started.getConnectionString())Environment Information
N/A
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers