|
|
|
|
|
by yaronsc
2435 days ago
|
|
Having the calls go through Dapr is actually a pretty powerful feature: Dapr will handle retries and handle failures and guarantee an at-least-once delivery. For high-throughput scenarios we have a gRPC client which can see a much higher throughput than regular HTTP. Yes, you are right: from the consumer's viewpoint, it's "ask to subscribe, ask to publish a message" and you're off. |
|
(mind, I have no such ambissions presently, just trying to get my head around what dapr is - and is not)