- What is max no of actors in service fabric cluster
- how does it executes concurrently
Asked
Active
Viewed 423 times
0

Raja Rajendraprasath
- 222
- 1
- 2
- 12
1 Answers
2
- 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.

LoekD
- 11,402
- 17
- 27