DPI-WE / rails-pub-sub-pattern

0 stars 1 forks source link

Please review and provide feedback #1

Open heratyian opened 1 month ago

thierrychau commented 1 month ago

Looks good! Is this how notifications are usually handled in social media apps? Are there other use cases applicable for trainees' projects?

heratyian commented 1 month ago

Is this how notifications are usually handled in social media apps? Are there other use cases applicable for trainees' projects?

It's more of an architecture design decision to decouple parts of applications (or multiple applications with something like kafka). It's often associated with "microservices".

ahuynh3a commented 2 weeks ago

This looks good! I am curious to see how we can apply this design to our app? I feel like it will help me visualize it better? Right now, I am thinking about companies' email marketing content and user email subscriptions. But it seems like to be more related to code and system design.