4 Comments
Aug 12, 2023Liked by Ravi Tandon

Hi Ravi, thanks for the informative post. I had a question related to using Kafka. Where in the high level design does the Kafka component fit in? Is it between the temporary storage and the sender?

Expand full comment
author

Yes. The queue will sit between the metadata layer & the sender. This will ensure that the sender (metadata layer) can write individual messages to a queue and the sender (independently) can read those messages and send them to the user downstream.

Expand full comment
May 3, 2022Liked by Ravi Tandon

Really informative blog. The one thing I like about your blogs is, it's easy to grasp for beginners like me.

Expand full comment
author

Thank you Shreyas. Glad that you liked it :)

Expand full comment