-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
FATE 消息队列 #5728
Comments
以上的提问主要是考虑到有些场景,多方之间只能通过mq进行通信,我看了写fate的架构图,如果osx是个消息队列组件,似乎也是通过消息队列组件来作为多方的通信协议 |
osx既支持流式模式,也支持队列模式。 |
好的,感谢。我们的目标主要是想使用外部的消息队列。所以如果我想FATE使用外部的消息队列(kafka或者rabbitmq)进行通信,您指的修改是对osx这个组件进行修改让他适配外部的消息队列,还是说对您发的两个链接进行修改。我看您发的链接里面有一些和rabbitmq的代码,是fate原生就支持吗? |
你可以参考fate里面 rabbitmq实现 |
好的,再请教下两个问题
|
所有算法都是走同样的组件,比如osx。osx协议走的是grpc协议。 |
大家好,请教FATE的算法的几个通信问题。
1.目前使用k8s部署了eggroll + osx模式。我理解osx是一个消息队列组件吧?多方之间的所有的通信都要走osx这个组件?
2.基于1,是否支持对接其他的消息队列组件,比如Kafka,rabbitmq之类的,适配的话需要改动什么,对代码有修改吗?如果有,具体是改哪些组件呢?
3.之前是用spark+pulsar的部署模式,但是似乎2.0的spark的bug较多,但我也理解是不是也支持eggroll + pulsar这种模式?
The text was updated successfully, but these errors were encountered: