问题
How to access a "Service Remoting V2" Service outside Service Fabric Cluster?
回答1:
SF Remoting is intended to work within the cluster. You can use WCF communication, combined with a ServicePartitionResolver
configured with your cluster location as a workaround.
Using WCF will allow any client technology that understands SOAP or REST to connect to your service.
Here's a sample implementation for a WCF service in ASF. This blog post describes how to use the resolver.
来源:https://stackoverflow.com/questions/49422247/service-remoting-v2-service-client-connectivity-outside-the-cluster