I have read the similar question related to this problem. It ended up with frustration. I installed consul with docker. I run the following command. docker run
We are migrating the project from PCF to the AKS cluster. We are unable to read the file from the resource folder using classpath in AKS while it is working fin
Our organization is running a .net application using rebus esb for executing business workflows. The system is processing a lot of messages with a number of han
I am trying to understand the difference of SOA and microservices archtitecture and some terms are so abstract to me, so it is hard for me to understand. I read
I want create micro service architecture solution so I add some services for my solution. All my services must have one table in my database in there models so
In my project there are 10 microservices. 3-4 APIs are required to pull data from same database but different table. Is it fine to use the sam
Given the shown architecture: MFE = Microfrontend SPA = Javascript browser app API-Gateway = Session to Token translation Is it possible via Oauth2, that the u
In my project, i use basically microservice architecture, spring boot, spring cloud and gradle etc. When i tried to Gradle build, it takes error but when i trie
So I've been researching Saga orchestrator design pattern. https://chrisrichardson.net/post/sagas/2019/12/12/developing-sagas-part-4.html Since Chris Richardson
I have Django app which should consume Kafka messages and handle it with my handlers and existing models. I use https://kafka-python.readthedocs.io/en/master/us
I am trying to build a microservice architecture system using Ocelot as my API Gateway. I have had the current problem for about 2 weeks and have not been able
I'm building an application with microservices communicating through RabbitMQ (request-response pattern). Everything works fine but still I have a problem with
With nestjs microservices, you can send messages and receive the result using request/response-based approach. That is implemented with a combination of @Messag
At my work, I have a task to search and find solutions to implement the ABAC authorization in our microservices organized in a monorepo. We have some products a
In my organization we're trying to design our microservices based on the Bounded Context (BC) pattern (part of Domain-driven design). While we're doing this we
I'm having some troubles related to the gateway service in Spring boot. I have the following .yml #spring.profiles.active: local server: port: 80 #ssl:
Hystrix dashboard keeps loading as in below image,I have no idea why this is happening. Hystrix stream works fine as in below image, Cloud API Gateway Code Th
I have built simple microservice application using Spring-Boot and Eureka server. Now, I want to add fault-tolerance in case any of service registered in Eureka
I have been thinking and searching many different approaches but I am not sure what is the best solution to solve this problem. Imagine you have 50 microservice
Been stuck on this error for the past few days! I have an HTTP server that is meant to connect with the gRPC server through the client. It works fine on my loca