apache / servicecomb-pack

Apache ServiceComb Pack is an eventually data consistency solution for micro-service applications. ServiceComb Pack currently provides TCC and Saga distributed transaction co-ordination solutions by using Alpha as a transaction coordinator and Omega as an transaction agent .
https://servicecomb.apache.org/
Apache License 2.0
1.93k stars 435 forks source link

servicecomb-pack支持注册到service center吗? #676

Closed loringao closed 4 years ago

loringao commented 4 years ago

servicecomb-pack 注册中心支持里面居然没有 servicecenter 是不支持吗?

WillemJiang commented 4 years ago

是的, 目前不支持。 servicecomb-pack Alpha与Omega的通信选用的GRPC,没有使用Java Chassis,没有对ServiceCenter的强依赖。 还有就是servicecomb-pack Alpha的服务信息注册是通过Spring Cloud提供的接口来实现的, 在ServiceCenter提供Spring Cloud集成的情况下,支持的工作量不大。

loringao commented 4 years ago

谢谢