healchow opened a new pull request, #7171: URL: https://github.com/apache/inlong/pull/7171
### Prepare a Pull Request - Fixes #5776 ### Motivation **Add tenant param to InlongGroup that uses Pulsar.** Currently, the tenant parameter is stored in the Pulsar cluster information, which is not reasonable. Because a Pulsar cluster supports many tenants, just like its namespaces and topics, **it is a one-to-many relationship with the cluster, not a one-to-one relationship.** ### Modifications 1. Add `tenant` param for `InlongPulsarInfo`. 2. First, get the tenant from `InlongPulsarInfo`, and then get it from the `PulsarCluster`, finally, use the default tenant `public`. ### Verifying this change - [x] This change is a trivial rework/code cleanup without any test coverage. ### Documentation - Does this pull request introduce a new feature? (no) -- 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