Skip to content

Commit

Permalink
Reordering Parameters in the PostgreSQL Database Sink Connector
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmerino authored Sep 10, 2023
1 parent 038a4da commit 1fcba8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ public void onInvocation(SinkParams parameters,
hostname,
port,
dbName,
tableName,
user,
password,
password,
tableName,
sslSelection.equals(SSL_ENABLED));

this.postgreSql = new PostgreSql();
Expand Down

0 comments on commit 1fcba8d

Please sign in to comment.