SAGA Pattern
The Saga pattern is a way to manage transactions that span multiple microservices. It helps maintain data consistency by breaking[…]
Read moreAmplify your java knowledge with javagyansite
The Saga pattern is a way to manage transactions that span multiple microservices. It helps maintain data consistency by breaking[…]
Read moreAPI Gateway is a key component in a microservices architecture. It acts as an entry point for external consumers of[…]
Read moreRetry patterns are a common technique used in microservices to handle transient errors, such as network failures or temporary service[…]
Read moreConsumer-Driven Contracts (CDC) is a technique for testing microservices in a distributed system, where the consumers of a service define[…]
Read moreWhat is Spring Cloud ? Spring Cloud is a set of tools for building microservices-based applications using the Spring Framework.[…]
Read moreIn this article, we will explore different types of data structures in Java. Introduction Data structures are ordered and specialized[…]
Read moreIn this article we will explore various Microservices Design patterns. Let’s get started. Microservices is an architectural pattern that involves[…]
Read moreIn this article, we will explore CQRS Pattern in great details. What is CQRS Pattern? CQRS Pattern(Command Query Responsibility Segregation)[…]
Read moreThere are several common types of web attacks that security professionals need to be aware of: SQL Injection SQL injection[…]
Read moreThere are several ways to handle versioning in RESTful web services in Spring Boot: In Spring Boot, you can handle[…]
Read more