microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.02k stars 399 forks source link

Provide Golang API #111

Open yingfeng opened 6 years ago

yingfeng commented 6 years ago

SF is an awesome framework for distributed application, however, it only provides native support for C# and Java, so what about providing Golang API for this framework such that much more cloud native solution could be built based on SF

vturecek commented 6 years ago

@yingfeng there is some work going on to support Go and other languages. I'll keep this issue open until we get that work out here.