Scenario 1 - Pub-Sub with multiple producers and consumers

We have producer services that produce data and more than one consumer will need that data.

Approach: We can use SNS as the service router between the producer services and consumer services as follows:

  1. Producers publish messages to SNS (fan-in)
  2. Consumers subscribe to SNS and consume messages from SNS (fan-out)

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.218.151.44