CODEWITHSUNDEEP
Home
Blog
Discussion
azure-service-fabric
service-fabric-stateful
service-fabric-actor
Raja Rajendraprasath
Reputation: 222
How many actors can be created in service fabric cluster nodes
What is max no of actors in service fabric cluster
how does it executes concurrently
Upvotes: 0
Views: 439
Answers (1)
LoekD
Reputation: 11470
An Actor ID is a long value, so 18,446,744,073,709,551,615 actors per
ActorType
.
An Actor instance executes one thread at one time by default
(single threaded execution
). Multiple Actor instances can be active at the same time.
Upvotes: 2
Related Questions
What are the limits on actorevents in service fabric?
What is the maximum number of node types in Service Fabric?
Scalable workers in Azure Service Fabric
Service fabric actors state
Azure Service Fabric Actors and Service
Actors in Azure service fabric
Deploying number of stateless services larger than number of cluster nodes
What is the max number of actor instances for a given actor id for a given actor at any time in service fabric cluster?
Azure Service Fabric how to size Actors and networks
Service fabric actor interfaces
Close Ad