reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 14 - Event Driven Architecture


Questions

  1. What’s the difference between a FIFO and a standard queue? FIFO stands for first in first out which is the same way that a standard queue operates

  2. How Can the server be assured a message was properly received?

  3. What classic design pattern is best represented by event driven programming?

  4. How do you test an even driven system? Logging all events is essential as is distributed tracing

Vocabulary

FIFO Queue Queue in which the first item added to the queue is the first out

Pub/Sub Asynchronous messaging service that separates event creation from event processing

Watch: AWS SNS and SQS

Watch: Azure Event Hubs

Read: FIFO Queues withing AWS and Azure


Return to reading-notes Deployed Site

Return to reading-notes Mark Down