Service Remoting V2 service- Client connectivity outside the cluster

删除回忆录丶 提交于 2019-12-13 03:54:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!