BurningCN commented on code in PR #10389:
URL: https://github.com/apache/dubbo/pull/10389#discussion_r934111807
##########
dubbo-common/src/main/java/org/apache/dubbo/config/ServiceConfigBase.java:
##########
@@ -234,16 +234,21 @@ protected void preProcessRefresh() {
@Override
public Map<String, String> getMetaData() {
+ return getMetaData(null);
+ }
+
+ @Override
+ public Map<String, String> getMetaData(String prefix) {
Review Comment:
前面`AbstractConfig`的加了带有`prefix`参数的`getMetadata`重载方法,子类`ServiceConfigBase`也同步加上
--
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]