You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/postgres/source/reader/PostgresSourceFetchTaskContext.java
+5-12Lines changed: 5 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -205,18 +205,11 @@ public void configure(SourceSplitBase sourceSplitBase) {
205
205
snapshotter.shouldSnapshot(),
206
206
connectorConfig);
207
207
try {
208
-
// create the slot if it doesn't exist, otherwise update slot to add new
0 commit comments