Accessing a stateful service
问题 I have been researching Azure's Service Fabric Reliable Services and looking at the samples too. I am now building a simple proof-of-concept application with a recommended setup: A stateless Web API service with a stateful service behind (1 partition). I've been going round in circles trying to find the easiest way for the API service to talk to the stateful service behind. It looks like the stateful service will have to exposed using Web API too (as shown in the example WordCount app). Am I