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
}
`
注册中心没有注册服务,启动consumer提示:
Failed to check the status of the service hk.grwth.vod.rpc.ProtoDemoServiceDubbo$IProtoDemoService. No provider available for the service hk.grwth.vod.rpc.ProtoDemoServiceDubbo$IProtoDemoService
The text was updated successfully, but these errors were encountered:
https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-protobuf
用这个sample结合nacos会报: [31/12/20 17:05:31:417 CST] com.alibaba.nacos.naming.beat.sender ERROR client.naming: [NA] failed to request ErrCode:400, ErrMsg:caused: dom name can only have these characters: 0-9a-zA-Z-._:, current: DEFAULT_GROUP@@providers:org.apache.dubbo.demo.DemoServiceDubbo$IDemoService::;
😄,貌似是nacos的锅
`@DubboService
public class ProtoDemoService implements ProtoDemoServiceDubbo.IProtoDemoService {
}
`
注册中心没有注册服务,启动consumer提示:
Failed to check the status of the service hk.grwth.vod.rpc.ProtoDemoServiceDubbo$IProtoDemoService. No provider available for the service hk.grwth.vod.rpc.ProtoDemoServiceDubbo$IProtoDemoService
The text was updated successfully, but these errors were encountered: