Now, the way sc push instance event to Microservices is based on websocket. This will lose events when connection is broken.
So, I think we can add a new optional way that push events into the MQ like kafka, and Microservices can subscribe it and no longer lose the messages from sc. It has another benefit is that sc no need to repeat the same feature keep alive millions connections like MQ component.
