Subscribing to Service Fabric cluster level events
I am trying to create a service that will update an external list of Service Endpoints for applications running in my service fabric cluster. (Basically I need to replicate the Azure Load Balancer in my on premises F5 Load Balancer.) During last month's Service Fabric Q&A, the team pointed me at RegisterServiceNotificationFilterAsync . I made a stateless service using this method, and deployed it to my development cluster. I then made a new service by running the ASP.NET Core Stateless service template. I expected that when I deployed the second service, the break point would hit in my first