Open nukefusion opened 6 years ago
Hi,
There is currently some very rough support for stateful services. We’re currently discussing how to improve it here, would be good to get your thoughts
https://github.com/jjcollinge/traefik-on-service-fabric/issues/45
Sent with GitHawk
Is this supposed to be able to work with stateful services? Because I can't get it to do so. Traefik shows the backend name of the service as hyphenated with a guid suffix (unlike my stateless services which have names that align to the service names in the fabric naming service). The front end rules for the statful service specified via extension labels in ServiceManifest are not picked up.
My service has a single named partition. I suspect it may be something to do with partitioning but I don't understand enough about how to implement it.