Relative Content

Tag Archive for asp.net-web-apiazure-service-fabric

How to call endpoints from one node in Service Fabric to all the other nodes

I have a pariticalur use case while using a stateless service where I need to hit an APS.NET endpoint of all the other instance from one given instance of my service in Service Fabric. I did attempted this via geting node.IpAddressOrFQDN of all nodes and making an HTTP call either directly to the port on which service is hosted or calling DNS but HTTP call is failing. Any idea about how achieve this use case ?