Is there a way to avoid a lot of calls to other microservices from one single service request?
This question was migrated from Stack Overflow because it can be answered on Software Engineering Stack Exchange. Migrated 33 mins ago. I’m developing a Microservices Web Chat Application using Spring boot and Websockets. Right now my concern is the following: it seems like each one of my microservices need to make a lot of calls […]
How to properly choose between two equivalent implementations, and how to prove you picked the correct one? [closed]
Closed 13 days ago.
How to properly choose between two equivalent implementations, and how to prove you picked the correct one? [closed]
Closed 13 days ago.
Transaction Management Across Microservices with Rollback Mechanism using Kafka
I am currently developing a microservices architecture consisting of two services, and I’m facing a challenge related to transaction management and error handling.
Transaction Management Across Microservices with Rollback Mechanism using Kafka
I am currently developing a microservices architecture consisting of two services, and I’m facing a challenge related to transaction management and error handling.
How to follow Outside-In TDD with Micro-services and Micro-frontends?
I was exploring TDD, specifically the Outside-In TDD pattern, where we need to write the acceptance (integration) test and then jump on to granular unit tests to implement the feature and make the acceptance test pass at the end.
How to run separately Flyway migrations for Spring Boot multi-instance App in Kubernetes?
How can I best handle database migrations in a Java Spring Boot multi-instance application deployed as a microservice in Kubernetes (for future in Cloud Native Env), considering the following constraints and options?
Populating Cache in microservices
These days I was asked by our technological leader to populate a cache.
Polluting Cache on Purpose?
These days I was asked by our technological leader to pollute a cache on purpose.
How to tackle synchronizing large amounts of data across services in an efficient way?
I am working at a retailer with a deep catalog of products and we are taking stock of our architecture.