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

SOFA-RPC支持Eureka服务注册发现 #52

Closed
liufeiit opened this issue Apr 26, 2018 · 7 comments
Closed

SOFA-RPC支持Eureka服务注册发现 #52

liufeiit opened this issue Apr 26, 2018 · 7 comments
Assignees
Labels
enhancement New feature or request extension Integrate with 3rd component

Comments

@liufeiit
Copy link

支持将服务注册到Eureka Server并定时向Eureka续约,支持Eureka服务发现。

@ujjboy
Copy link
Member

ujjboy commented Apr 26, 2018

Hi @liufeiit 可与参考如下文档:

@ujjboy ujjboy added enhancement New feature or request extension Integrate with 3rd component labels Apr 26, 2018
@leizhiyuan
Copy link
Contributor

这个功能现在怎么样了? 有遇到什么问题么? @liufeiit

@Lmyxny
Copy link

Lmyxny commented Jul 5, 2018

@liufeiit 您那里现在开发的怎么样了,我现在也要实现这个功能,需要您帮助

@Lmyxny
Copy link

Lmyxny commented Jul 9, 2018

@liufeiit 您那面sofa 基于eureka的注册中心,开发到什么阶段了?可以给予一下消息嘛?

@leizhiyuan
Copy link
Contributor

@liufeiit hi ,如果方便的话可以考虑先提交部分,我们可以协助来开发~

@wdxxs2z
Copy link

wdxxs2z commented Feb 19, 2019

@leizhiyuan , eureka注册中心对RPC的注册方式不太友好,eureka对应的是一个application多个实例,并没有服务service的概念,如果要做有几个办法,一个是一个application的instance注册时,绑定追加metadata,并写入相应服务的数据结构,可以实现,但并不优雅,索取服务时会扫描eureka的所有应用的instance信息,应用较多时,优化空间有限;另一个办法是注册应用的时候,将应用名替换成服务名,实例对应服务的应用,但容易造成理解混淆;
还有我注意到dubbo那边对这个问题,也有相关解释,这个问题应该被搁置了。
apache/dubbo#1981

@leizhiyuan
Copy link
Contributor

暂时不做了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request extension Integrate with 3rd component
Projects
None yet
Development

No branches or pull requests

5 participants