healchow commented on code in PR #6202: URL: https://github.com/apache/inlong/pull/6202#discussion_r998472504
########## 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: What is the outer format? I didn't see it in KafkaSink. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org