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 4722178 commit 9a2ba11Copy full SHA for 9a2ba11
1 file changed
rust/operator-binary/src/crd/database.rs
@@ -71,7 +71,7 @@ impl JdbcDatabaseConnection for MetadataDatabaseConnection {
71
//
72
// It looks like Druid always starts Derby at `localhost:1527`, regardless of what we configure here,
73
// so we can hardcode it here.
74
- d.jdbc_connection_details_with_host_part(unique_database_name, "localhost:1527")
+ d.jdbc_connection_details_for_network_access(unique_database_name, "localhost:1527")
75
}
76
77
0 commit comments