-
**Description:**
The Client-Side Service Discovery pattern is a design strategy in microservice architectures where the client is responsible for determining the network location of service instances.…
-
# Unit and Integration Testing in Spring Boot Micro Service - Spring Cloud
Exploring unit and integration testing in Spring Boot microservices.
[https://www.springcloud.io/post/2022-09/spring-boot-m…
-
We use the Spring WebFlux project to develop Reactive Java API's. Our API is called by an AWS load balancer having a 30 second timeout. Traces work great under normal circumstances. Some of our API…
-
Starter seems to have compatibility issues with current Spring Boot and Spring Cloud.
Trying to solve them on my second try following [devon microservices guide](https://github.com/devonfw/devon-guid…
-
Hey guys,
Afaik the current support of the performance monitoring and transaction is applicable to spring, spring-boot, and servlet.
To give better support to performance monitoring of microservices…
-
# Building first Helm Chart with Spring Boot Microservices | Jhooq
[https://jhooq.com/building-first-helm-chart-with-spring-boot/](https://jhooq.com/building-first-helm-chart-with-spring-boot/)
-
Make a visual link between the microservices and their Spring Boot Admin counterpart.
Optionally have both applications in the same Spring Boot app by using two annotations at the same time.
-
blocked by #8
blocked by #5
blocked by #10
- Use MQs and figure out how to divide the audio processing application into three (or more, if needed) services triggered by audio recording upload:…
-
https://softwaremill.com/reactive-event-sourcing-in-java-part-1-domain/
https://softwaremill.com/reactive-event-sourcing-in-java-part-4-controller/
https://www.baeldung.com/akka-with-spring
https://d…
-
**Description:**
The Fallback design pattern is a resiliency pattern used in microservices architecture to handle failures gracefully. It ensures that when a service is unavailable or fails, the syste…