-
-
Notifications
You must be signed in to change notification settings - Fork 107
Home
Service Fabric I/O is a framework through which a set of distributed microservices are connected in such as way that they resemble a fabric when viewed collectively. The service fabric enables microservice Developers Rapidly develop Distributed, Responsive, Resilient, Elastic, Reactive applications that scales. it is carefully designed to promote asynchronous programming and none-blocking and provides set of components which are common building blocks for microservices architecture. Service Fabric has been designed carefully with the experiences earned over the years from the implementation of many Online Services and platforms. As a result, Service Fabric I/O has succeeded to find a way to achieve ease of development, performance, stability, and flexibility without a compromise.
###The service fabric I/O Features: Service Provisioning and interconnect microservices and users as a unified system
- API Gateway - Transparently Provision cluster(s) via bi-directional async APIs for consumers such as Web, Mobile, Servers ect.
- No single-point-of-failure or single-point-of-bottleneck
- Cluster aware and distributed<
- Modular, flexible deployment models and Topologies
- Zero Conf, Automatic discovery peer-to-peer service discovery using gossip.
- Simple non-blocking, asynchronous programming model
- Resilient due to Failure detection, Fault tolerance and elasticity.
- Routing and balancing strategies for both stateless and stateful services
- Low latency and high throughput
- Takes advantage of the JVM and scales over available cores
- Embeddable to existing Java applications