vernedeng commented on code in PR #4917:
URL: https://github.com/apache/inlong/pull/4917#discussion_r917590640
##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongClusterEntityMapper.xml:
##########
@@ -198,4 +198,19 @@
from inlong_cluster
where id = #{id,jdbcType=INTEGER}
</delete>
+
+ <select id="selectAllClusters"
+
resultType="org.apache.inlong.manager.common.pojo.sortstandalone.SortSourceClusterInfo">
+ select name,
+ type,
+ cluster_tags as cluster_tag,
+ ext_tag,
+ ext_params
+ from inlong_cluster
+ <where>
+ is_deleted = 0
+ AND
+ type in ('PULSAR','KAFKA','TUBE')
Review Comment:
fixed , thx
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]