|
|
|
|
|
by e12e
2434 days ago
|
|
So it would be fair to say that dapr scales to "fairly big" throughput - but not the right tool if your goal is in the ballpark of saturating a 10gps network with messages? (mind, I have no such ambissions presently, just trying to get my head around what dapr is - and is not) |
|
If that's in any danger of happening, then you scale out not scale up. e.g. run 100 worker instances to process the messages. each one gets 0.1 gps of messages.
Microservices are good at scaling out as needed. I mean, not completely painless, but better than the alternatives.