2.0.1版本AddressServerMemberLookup.syncFromAddressUrl方法与nacos endpoint不兼容 · Issue #5999 · alibaba/nacos · GitHub
More Web Proxy on the site http://driver.im/
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
Is your feature request related to a problem? Please describe.
AddressServerMemberLookup.syncFromAddressUrl方法需要后端服务返回json格式数据,而nacos endpoint返回的是简单字符串。这样导致同类功能接口需要重复建设
Describe the solution you'd like
修改genericType定义为GenericType<String>