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: tis-incr/tis-flink-cdc-kafka-plugin/src/main/java/com/qlangtech/tis/plugin/kafka/consumer/FlinkKafkaFunction.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@ public AsyncMsg<List<ReaderSource>> start(IConsumerRateLimiter streamFactory,
Copy file name to clipboardExpand all lines: tis-incr/tis-flink-cdc-kingbase-plugin/src/main/java/com/qlangtech/plugins/incr/flink/cdc/kingbase/FlinkCDCKingBaseSourceFunction.java
Copy file name to clipboardExpand all lines: tis-incr/tis-flink-cdc-kingbase-plugin/src/main/java/com/qlangtech/plugins/incr/flink/cdc/pglike/FlinkCDCPGLikeSourceFactory.java
* The name of the Postgres logical decoding plug-in installed on the server. Supported values are decoderbufs, wal2json, wal2json_rds, wal2json_streaming, wal2json_rds_streaming and pgoutput.
50
61
*/
51
62
@FormField(ordinal = 0, type = FormFieldType.ENUM, validate = {Validator.require})
52
63
publicStringdecodingPluginName;
53
64
65
+
@FormField(ordinal = 1, type = FormFieldType.INPUTTEXT, validate = {Validator.require, Validator.db_col_name})
66
+
publicStringslotName;
67
+
68
+
//DROP_SLOT_ON_STOP
69
+
@FormField(ordinal = 2, type = FormFieldType.ENUM, validate = {Validator.require, Validator.db_col_name})
Copy file name to clipboardExpand all lines: tis-incr/tis-flink-cdc-kingbase-plugin/src/main/java/com/qlangtech/plugins/incr/flink/cdc/pglike/KingBaseDateTimeConverter.java
Copy file name to clipboardExpand all lines: tis-incr/tis-flink-cdc-mysql-plugin/src/main/java/com/qlangtech/tis/plugins/incr/flink/cdc/mysql/FlinkCDCMysqlSourceFunction.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,9 @@ public MySQLReaderSourceCreator(DataXName dataXName, IConsumerRateLimiter stream
Copy file name to clipboardExpand all lines: tis-incr/tis-flink-cdc-postgresql-plugin/src/main/java/com/qlangtech/plugins/incr/flink/cdc/pglike/FlinkCDCPGLikeSourceFactory.java
* The name of the Postgres logical decoding plug-in installed on the server. Supported values are decoderbufs, wal2json, wal2json_rds, wal2json_streaming, wal2json_rds_streaming and pgoutput.
42
54
*/
43
55
@FormField(ordinal = 0, type = FormFieldType.ENUM, validate = {Validator.require})
44
56
publicStringdecodingPluginName;
45
57
58
+
@FormField(ordinal = 1, type = FormFieldType.INPUTTEXT, validate = {Validator.require, Validator.db_col_name})
59
+
publicStringslotName;
60
+
61
+
//DROP_SLOT_ON_STOP
62
+
@FormField(ordinal = 2, type = FormFieldType.ENUM, validate = {Validator.require, Validator.db_col_name})
0 commit comments