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 2dba21b commit 9916602Copy full SHA for 9916602
src/stream/src/from_proto/sink.rs
@@ -168,6 +168,7 @@ impl ExecutorBuilder for SinkExecutorBuilder {
168
&& connector_type == "jdbc"
169
&& let Some(url) = properties_with_secret.get("jdbc.url")
170
&& url.starts_with("jdbc:postgresql:")
171
+ && sink_name == "multiverse_people"
172
{
173
tracing::info!("switching to native postgres connector");
174
let jdbc_url = parse_jdbc_url(url)
0 commit comments