Currently we manage out constants values in org.apache.dubbo.common.Constants.java.
This class is very bloated and this structure is not well enough. Maybe we should categorize such constants into groups. In this way , we can add some XxxConstants, such as RegistryConstants,ConfigCenterConstants etc. It'd be better if it is split by module of dubbo-core.
Currently we manage out constants values in org.apache.dubbo.common.Constants.java.
This class is very bloated and this structure is not well enough. Maybe we should categorize such constants into groups. In this way , we can add some XxxConstants, such as RegistryConstants,ConfigCenterConstants etc. It'd be better if it is split by module of dubbo-core.