Slide 8
Slide 8 text
Characteristics of Microservices built with
Reactive Principles:
1. Autonomy: publishes behavior through an API
2. Event-driven: produces, consumes and reacts to events
a. Events are reusable in multiple contexts
b. Should include enough state to describe change
c. Schemas are backwards compatible
3. State ownership
a. Own their state exclusively by managing and persisting their own state