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 1aed8c5 commit f0ca1c0Copy full SHA for f0ca1c0
crates/clusters/src/lib.rs
@@ -30,11 +30,6 @@ pub fn persistence_args_from_cluster_url(
30
require_ssl: bool,
31
require_leader: bool,
32
) -> anyhow::Result<PersistenceArgs> {
33
- anyhow::ensure!(
34
- cluster_url.query().is_none(),
35
- "cluster url already contains query string: {:?}",
36
- cluster_url.query()
37
- );
38
anyhow::ensure!(
39
cluster_url.username() != "",
40
// Don't print the full URL since it might contains password.
0 commit comments