Skip to content

Commit 1d05917

Browse files
committed
docs
1 parent dcd8e99 commit 1d05917

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • crates/stackable-operator/src/database_connections/databases

crates/stackable-operator/src/database_connections/databases/derby.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ impl DerbyConnection {
7373
///
7474
/// Druid actually starts a Derby instance, which listens on `127.0.0.1:1527`. The schema seems
7575
/// to be the filesystem location.
76-
///
77-
/// As stackable-operator generates a (correct) URL in the form
78-
/// `jdbc:derby:/tmp/foo/bar.db;create=true`, this function converts it to
79-
/// `jdbc:derby://dummy-host-for-druid:1234/tmp/foo/bar.db;create=true`
8076
pub fn jdbc_connection_details_with_host_part(
8177
&self,
8278
unique_database_name: &str,

0 commit comments

Comments
 (0)