fuweng11 opened a new issue, #8170: URL: https://github.com/apache/inlong/issues/8170
### What happened The following is the logic for creating tenant on the manager side: 1.Get `groupInfo.tenant`. 2.If `groupInfo.tenant` is blank, get `pulsarCluster.tenant`. 3.If all of the above are blank, the default tenant `public` is used. However, this rule is not currently used on the dataproxy side, which may cause data to be transferred to an abnormal tenant. ### What you expected to happen Dataproxy follows the rules on the manager side to obtain tenant. ### How to reproduce Set different values for group.tenant and pulsarcluster.tenant. ### Environment _No response_ ### InLong version master ### InLong Component InLong DataProxy ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
