You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the shredder sends a shredding_complete message to sqs (the aws message queue service) and loader receives the message from sqs.
The change is for the shredder to send the message to either SQS or SNS (the aws notification service). The reason is, we want to fan out to multiple sqs topics, so that the message is received by multiple loaders.
See here for an example of SQS+SNS fanout – not needed for this task, but just to give context.
The text was updated successfully, but these errors were encountered:
Currently the shredder sends a shredding_complete message to sqs (the aws message queue service) and loader receives the message from sqs.
The change is for the shredder to send the message to either SQS or SNS (the aws notification service). The reason is, we want to fan out to multiple sqs topics, so that the message is received by multiple loaders.
See here for an example of SQS+SNS fanout – not needed for this task, but just to give context.
The text was updated successfully, but these errors were encountered: