Yizhou-Yang commented on code in PR #6202:
URL: https://github.com/apache/inlong/pull/6202#discussion_r998099205
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/kafka/KafkaSink.java:
##########
@@ -61,6 +61,18 @@ public class KafkaSink extends StreamSink {
@ApiModelProperty("Primary key is required when serializationType is json,
avro")
private String primaryKey;
+ @ApiModelProperty("the database-table mapping rule")
+ private String topicPattern;
+
+ @ApiModelProperty(value = "Automatically create kafka topic or not, a note
for users.")
+ private String autoCreateTopics;
+
+ @ApiModelProperty(value = "the partition strategy for kafka")
+ private String partitionStrategy;
+
+ @ApiModelProperty("data multiple format,only applicable when outer format
is raw")
Review Comment:
used by sort connector to parse debezium/canal json
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]