Java GraphQL client using Netflix DGS Framework

In this blog post I will explain how to use GraphQL client provided by Netflix DGS framework to call external GraphQL services In my previous blog posts I have extensively covered on developing GraphQL API with Netflix DGS Framework (part-I, part-II, part-III, part-iv). But some times while fulfilling the request, You may need to call Internal/External GraphQL…

Integration Testing with Docker-compose and Testcontainers

In this blog post I will explain how to perform application integration testing with Docker-Compose and Testcontainers in Spring Boot application. In one of my previous blog post I have covered, how to do integration testing with docker-compose file by starting containers with the help of maven plugins. If you are looking to migrate docker-compose…