Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 marathon 在 mesos 上成功创建和运行任务。但是,当您使用 marathon 启动它时,它应该支持 http 回调
--event_subscriber http_callback --http_endpoints http://myip:3000/endpoints
但是,这似乎并没有真正向我的服务发送任何回调。为了使用回调,还有其他什么应该使用的吗?
我的问题源于我有多个版本的马拉松赛跑。marathon 的第一个版本,被认为是 master,没有配置为使用回调。第二场马拉松被认为是奴隶,被配置为使用回调。
正如文档所述,对从属设备的所有请求都将转发给主设备。