healchow commented on code in PR #6753: URL: https://github.com/apache/inlong/pull/6753#discussion_r1041682114
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/pulsar/PulsarSourceOperator.java: ########## @@ -126,7 +128,12 @@ public Map<String, List<StreamSource>> getSourcesMap(InlongGroupInfo groupInfo, pulsarSource.setTopic(streamInfo.getMqResource()); pulsarSource.setAdminUrl(adminUrl); pulsarSource.setServiceUrl(serviceUrl); - pulsarSource.setInlongComponent(true); + + // CSV: InLong message type whose message body is raw CSV Review Comment: This logic is strange. Can other types not be InLong components? -- 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