healchow commented on a change in pull request #3008:
URL: https://github.com/apache/incubator-inlong/pull/3008#discussion_r821685422
##########
File path:
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/DataProxyClusterServiceImpl.java
##########
@@ -269,6 +268,7 @@ public ThirdPartyClusterDTO getConfigV2(String
dataproxyClusterName) {
DataProxyConfig topicConfig = new DataProxyConfig();
String streamId = stream.getInlongStreamId();
String topic = stream.getMqResourceObj();
+ String tenant = dataProxyClusterEntity.getMqSetName();
Review comment:
Tenant is mq_set_name of data proxy cluster?
--
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]