|
|
|
|
|
by threeseed
865 days ago
|
|
Ad serving and metrics are asynchronous so won't block any UI. And authentication/identity has the same behaviour with monolith/microservices. It's ultimately just a look up this user in some database. It's the serving of the content that requires coordination across multiple services and most of that should be cached at the serving layer. |
|