healchow commented on code in PR #6969:
URL: https://github.com/apache/inlong/pull/6969#discussion_r1052905931
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/stream/InlongStreamInfo.java:
##########
@@ -63,6 +63,9 @@ public class InlongStreamInfo extends BaseInlongStream {
@ApiModelProperty(value = "Data type, including: TEXT, KV, etc.")
private String dataType;
+ @ApiModelProperty(value = "Whether the message body wrapped with
InlongMsg, 0: no, 1:yes (as default).")
Review Comment:
```suggestion
@ApiModelProperty(value = "Whether the message body wrapped with
InlongMsg, 0: no, 1: yes (as default)")
```
--
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]