chickenlj commented on code in PR #14210:
URL: https://github.com/apache/dubbo/pull/14210#discussion_r1644025989
##########
dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/ServiceInstanceMetadataUtils.java:
##########
@@ -96,6 +96,8 @@ public class ServiceInstanceMetadataUtils {
*/
public static final String METADATA_STORAGE_TYPE_PROPERTY_NAME =
"dubbo.metadata.storage-type";
+ public static final String METADATA_SERVICE_VERSION_NAME =
"dubbo.metadata.service-version";
Review Comment:
Use as short a name as possible, for example, `meta-v`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]