Backlog Grooming Session is very important activity for Scrum Project. This article will describe what when where who and how this session about
Month: April 2017
Micro-services Using go-kit: Hystrix Circuit Breaker
The idea to apply circuit breaker pattern is to give protection and control over latency and failure, in order to stop cascading failure in a distributed environment. In addition, it provides a fail fast and rapid recovery for our services.
Micro-services Using go-kit: Service Discovery
In a environment where number of instances and network locations changes dynamically, a client needs a discovery mechanism to determine the location of a service instance, in order to send a request to it.
Micro-services Using go-kit: API Monitoring
API monitoring is essential because APIs are the only interaction mechanism between your services and outside world.