-
Notifications
You must be signed in to change notification settings - Fork 64
Dubbo调用当配置非共享连接DubboProtocol代理带来的问题 #48
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
Comments
可以直接运行该项目下的 /test/包有写好的demo,: com.github.netty.javadubbo。 先启动:Server, 再启动DubboProxyBootstrap,最后启动Client。 |
OK,感谢回复
|
大佬你好,作为一个小公司的没接触过service mesh和网关转发场景下dubb应用的场景的开发人员,我有点好奇的是你们是怎么在生产实践中应用这个dubbo代理层的。 |
这个是为了解决dubbo应用们都在云端的内网中,本地无法直接调用云上内网的服务,所以要一个代理拖N个服务 |
那所以说云上内网的服务你们是舍弃了注册中心了,都通过dubbo protocol代理去调用云上内网服务 |
不用舍弃,本地服务只作为消费者使用云端的dubbo服务,云端内网不依赖本地的服务,云端内网可以正常使用任何微服务技术栈(包括注册中心)。 |
The text was updated successfully, but these errors were encountered: