What is the justifications for the service fabric reliable collections. The team I am working with is replacing the stateful services with stateless and removing the state to a redis server. As far as I understood was service fabric should eliminate the unnecassary talk and be fast at solving issues. I guess the persistance state parameter in service fabric and the debugging is so hard that the team gave up on it.
How should we approach service fabric projects
PS
I still feel that SF is the way to go as It gives us the 1000 server Virtual Machine scale sets architecture.