Slide 25
Slide 25 text
Events + REST = Feed
• System stores domain events and publishes feed (e.g. Atom)
• Strong consistency within the service
• No additional infrastructure required
• Getting closer to Event Sourcing
• Clients subscribe to feed
• Clients in charge of polling frequency
• Server side optimizations: caching, ETags, pagination, links
• Client side optimizations: conditional requests
25