In the rapidly evolving landscape of API development, GraphQL has emerged as a powerful alternative to traditional REST APIs. When combined with Netflix’s Domain Graph Service (DGS) framework and the robustness of Spring Boot with Kotlin, developers can create highly efficient, type-safe, and scalable APIs. In this article, we’ll explore the advantages of this framework and how to set up and build a GraphQL API using these cutting-edge technologies.| iO tech_hub
In this article, you will learn about: The motivation behind writing this article The architecture of the Spring Petclinic Rest project The architecture of the Helidon Petclinic project How to migr…| Dmitry's Technical Blog
I’ve been writing about Spring Batch lately and one of the questions I had in terms of fault tolerance is … Read MoreHandling manager failures in Spring Batch| Arnold Galovics
On the last article, I explained how to implement a Spring Batch job with remote partitioning using Kafka. This time … Read MoreSpring Batch remote partitioning with AWS SQS| Arnold Galovics
I haven’t really covered the topic of batch jobs so far and it happened that I needed to work with them lately and design a quite complicated batch job setup based on Spring Batch with partitioning using Kafka.| Arnold Galovics