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


##########
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:
   It is found that the Manager does not support it yet.
   Suggest using `KV` when communicating with the Manager.



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