leezng commented on code in PR #6936:
URL: https://github.com/apache/inlong/pull/6936#discussion_r1051731624


##########
inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts:
##########
@@ -105,6 +105,10 @@ export class StreamDefaultInfo implements DataWithBackend, 
RenderRow, RenderList
           label: 'CSV',
           value: 'CSV',
         },
+        {
+          label: 'Key-Value',
+          value: 'Key-Value',

Review Comment:
   Should the value communicated with the manager be `KV` here?
   Such as: 
   
https://github.com/apache/inlong/blob/45d98689f146431258eefdd9148cde64daf9a020/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/stream/InlongStreamRequest.java#L61



-- 
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

Reply via email to