Making text-to-speech outbound calls with AWS Connect and AWS Polly

Recently I participated in a project where I needed to implement a use-case with calling someone on their phone where … Read MoreMaking text-to-speech outbound calls with AWS Connect and AWS Polly

Spring Cloud Feign traffic cut-off with Resilience4J TimeLimiter

Most probably you’ve at least heard about circuit breaking if you’ve dealt with microservices. HTTP is still a common protocol … Read MoreSpring Cloud Feign traffic cut-off with Resilience4J TimeLimiter

Testing Spring Cloud Feign client resiliency using Resilience4J

Now that we’ve checked how to test your Eureka integrated Spring Cloud Feign clients, I wanna turn over to another … Read MoreTesting Spring Cloud Feign client resiliency using Resilience4J

Custom request parameter conversion for Spring Cloud Feign clients

This article is going to cover a very specific piece with Spring Cloud OpenFeign, so if you don’t have any … Read MoreCustom request parameter conversion for Spring Cloud Feign clients