Java community
Tuesday, 08. May 2018., 15:40
Hall C
30'
Spring Cloud Netflix brings us integration of Spring Cloud with Netflix OSS. This combination enables us to develop and deploy microservice arhitecture in a clean, fast and effective manner.Because of Netflix OSS technologies like Eureka, Zuul, Ribbon and Hystrix we already have defined microservice patterns like service discovery, intelligent routing, load balancing and circuit breaker. It also allows us to easily add new services.