Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何修改bubbo服务的服务名 #416

Open
gakkiyomi opened this issue Jan 22, 2022 · 0 comments
Open

如何修改bubbo服务的服务名 #416

gakkiyomi opened this issue Jan 22, 2022 · 0 comments

Comments

@gakkiyomi
Copy link

image

使用java注册dubbo服务
服务名为:providers:org.apache.dubbo.DubboGreeterGrpc___IGreeter:: 如何修改这里?
interface: org.apache.dubbo.DubboGreeterGrpc$IGreeter //这里$如果不改成___ go调用就会报错,改成一致则不会。但这里是一个内部接口,我不会去修改它。

使用go调用此服务配置如下:
dubbo:
registries:
demoZK:
protocol: nacos
timeout: 3s
address: 192.168.1.222:8848
consumer:
references:
GreeterClientImpl:
protocol: grpc
interface: org.apache.dubbo.DubboGreeterGrpc___IGreeter
logger:
zap-config:
level: info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant