10 Comments
โญ  Return to thread

I guess another way to put this is:

What is required in realtime should by synchronous

and everything else should be asynchronous.

The first method which involves publisher and subscriber is more of an async approach to process the data where the caller is not waiting for any response.

The second method to increase more read replicas is certainly a great way to increase read throughput of the system.

Well put, Raul. ๐Ÿ™Œ

Expand full comment