Question - What is the Reactive Manifesto?
Answer -
Reactive Manifesto helps in defining the core principles of reactive programming and it underpins the principles of reactive programming.
Types of Reactive Systems are as follows:
- Responsive – helps in detecting and dealing the problems quickly, by providing rapid and consistent response times.It also simplifies error handling, builds end user confidence, and encourages further interaction.
- Resilient – it helps in recovering each componenet that are delegated with external component and also ensures high availibility by replication.
- Elastic – helps by implying designs which have no contention points in resulting the ability for sharding and replicating components.
- Message Driven – acts as an asynchronous message-passing for establishing a boundary between the components that ensures loosecoupling, isolation and location transparency.