Mesos marathon does not send HTTP callbacks

I successfully created and ran tasks on meso using a marathon. However, the marathon must support HTTP callbacks at startup using

--event_subscriber http_callback --http_endpoints http://myip:3000/endpoints

However, it does not seem to really send any callbacks to my service. Is there anything else that is supposed to be used to use callbacks?

+3
source share
1 answer

My problem is that I had several versions of the marathon. The first version of the marathon, which was considered a master, was not configured to use callbacks. The second marathon was, which was considered subordinate, was configured to use callbacks.

, .

+1

All Articles