contiv-experimental/cluster

serf/monitor events shall be delivered using REST API

mapuri opened this issue · 1 comments

the serf events are delivered locally using a callback into the clusterm process. This hinders correct handling of events in a multi instance environment where we would like same (/active) clusterm instance to handle all monitoring events.

For multi-instance support (and hence clusterm HA) it is desirable to be able to route all external requests and events to clusterm using a REST API.

closed by #124