Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 1.11 KB

Jayadeep_KM.md

File metadata and controls

5 lines (3 loc) · 1.11 KB

I'm Jayadeep, full stack developer and an open source enthusiast. I stumbled upon Litmus while I was working on a microservices hobby project. That was in October 2019, while Hacktoberfest was going on. Hence I got a chance to meet the community and contributors behind Litmus. The community really helped me to get started with Chaos engineering principles.

The project I was working on had 4 microservices talking to each other. I wanted to make sure that the application can take care of error conditions such as Network delay, deletion of pods, unavailability of dependent services etc. and provide meaningful error messages instead of crashing. Based on manual testing all seemed fine, but chaos testing with Litmus revealed that some of the APIs didn't have the mechanism to deal with timeouts when trying to connect to other services.

These valuable insights from Litmus helped me understand the flows in my design and forced to redesign the system using a different architecture. You can find the latest one here : Watermark Microservices.