You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From configuration definitions and code inspection we can see: the cluster.id is not used, and indicates that the cluster and sub-cluster where DataProxy is located have been identified by proxy.cluster.name and proxy.cluster.tag. Even with cluster.id, its functionality is duplicated with these two parameters, which brings complexity to the configuration and will easily confuse users
Considering that cluster.id is not used in the code logic, submit the issue for deletion:
gosonzhang
changed the title
[Improve][DataProxy] Delete the cluster.id parameter in the common.properties file
[Improve][DataProxy] Delete the cluster.id in the common.properties file
Oct 19, 2022
Description
From configuration definitions and code inspection we can see: the cluster.id is not used, and indicates that the cluster and sub-cluster where DataProxy is located have been identified by proxy.cluster.name and proxy.cluster.tag. Even with cluster.id, its functionality is duplicated with these two parameters, which brings complexity to the configuration and will easily confuse users
Considering that cluster.id is not used in the code logic, submit the issue for deletion:
https://github.com/apache/inlong/blob/master/inlong-dataproxy/conf/common.properties#L20
InLong Component
InLong DataProxy, InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: