When using the Azure Service Fabric Reliable Actor programming model, what are the pros and cons of using several actor types in the same service? Is it only a matter of deployment, or are there runtime considerations as well?
Pros:
Cons:
My advice would be to use the same code packages if the various actors are quite tightly coupled logically.