Skip to content

Commit 7350944

Browse files
committed
add kingbase cdc connector
1 parent e578d75 commit 7350944

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

flink-cdc-connect/flink-cdc-source-connectors/flink-connector-kingbase-cdc/src/main/java/io/debezium/connector/postgresql/connection/PostgresReplicationConnection.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ public void initConnection() throws SQLException, InterruptedException {
426426
}
427427
}
428428

429+
/**
430+
* baisui note
431+
* @return
432+
* @throws SQLException
433+
*/
429434
@Override
430435
public Optional<SlotCreationResult> createReplicationSlot() throws SQLException {
431436
// note that some of these options are only supported in Postgres 9.4+, additionally

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#添加
22

3-
mvn deploy -Dmaven.test.skip=true -Dfast -pl flink-cdc-connect/flink-cdc-source-connectors/flink-connector-kingbase-cdc -Ptis
3+
mvn deploy -Dmaven.test.skip=true -Dfast -pl flink-cdc-connect/flink-cdc-source-connectors/flink-connector-kingbase-cdc

0 commit comments

Comments
 (0)