healchow commented on code in PR #6202:
URL: https://github.com/apache/inlong/pull/6202#discussion_r998834228
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/kafka/KafkaSinkRequest.java:
##########
@@ -56,4 +56,13 @@ public class KafkaSinkRequest extends SinkRequest {
@ApiModelProperty("Primary key is required when serializationType is json,
avro")
private String primaryKey;
+ @ApiModelProperty("Topic mapping rule")
+ private String topicPattern;
+
+ @ApiModelProperty("Partition strategy")
+ private String partitionStrategy;
+
+ @ApiModelProperty("data multiple format,only applicable when outer format
is raw")
Review Comment:
```suggestion
@ApiModelProperty("Multiple formats for data content, only needed when
the format is 'raw'")
```
--
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]