Skip to content

Commit 9916602

Browse files
committed
hardcode specific sink
1 parent 2dba21b commit 9916602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stream/src/from_proto/sink.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ impl ExecutorBuilder for SinkExecutorBuilder {
168168
&& connector_type == "jdbc"
169169
&& let Some(url) = properties_with_secret.get("jdbc.url")
170170
&& url.starts_with("jdbc:postgresql:")
171+
&& sink_name == "multiverse_people"
171172
{
172173
tracing::info!("switching to native postgres connector");
173174
let jdbc_url = parse_jdbc_url(url)

0 commit comments

Comments
 (0)