Develop Event Based Solutions Flashcards
1
Q
What are the HTTP codes that will cause a dead letter event to happen?
A
400 Bad Request or 413 Payload too Large
2
Q
What is an Event?
A
Event is something that happened
3
Q
What is an event source?
A
Event Source is where the event took place
4
Q
What’s an Event Topic?
A
Event Topics, are where the publishers will send the events
5
Q
What is an Event Handler?
A
The app or service that reacts to the event
6
Q
What is the condition when the event batch will be larger than the preferred batch size?
A
If there is a single message that is larger than the preferred batch size?
7
Q
What are the bounds for the Max events per batch?
A
1, 5000
8
Q
What format does the constructor of EventData take?
A
Array of bytes