healchow commented on code in PR #7171: URL: https://github.com/apache/inlong/pull/7171#discussion_r1063978404
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/consume/ConsumePulsarOperator.java: ########## @@ -111,12 +112,25 @@ public InlongConsumeInfo getFromEntity(InlongConsumeEntity entity) { } String groupId = entity.getInlongGroupId(); InlongGroupInfo groupInfo = groupService.get(groupId); + if (!(groupInfo instanceof InlongPulsarInfo)) { Review Comment: It's just a double-check, which seems unnecessary and has been removed. -- 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