healchow commented on code in PR #6227: URL: https://github.com/apache/inlong/pull/6227#discussion_r1001287844
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/tubemq/TubeMQResourceOperator.java: ########## @@ -66,24 +76,32 @@ public void createQueueForGroup(InlongGroupInfo groupInfo, String operator) { } try { + List<InlongStreamBriefInfo> streamInfoList = streamService.getTopicList(groupId); + if (streamInfoList == null || streamInfoList.isEmpty()) { + log.warn("skip to create tube topic as no streams for groupId={}", groupId); Review Comment: create tube topic? not `tubemq consumer group`? -- 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