I am having a microserice architecture with multiple services, each containing their own Database, and a Gateway which is considered as the business logic. Gat
I often read about establishing API contracts, but I'm not sure why it's usually recommended to be consumer driven? Can someone explain what are the advantages/
I have downloaded eShopOnContainers that is a .NET Microservices Sample Reference Application for microservices architecture and Docker containers. https://gith
I have a nestjs app as follows: Gateway - HTTP Microservice1 - TCP (ms1) Microservice2 - TCP (ms2) Gateway calling ms1 and ms2. ms1 and ms2 are the same duplica
How to start single Spring Boot Microservice on Multiple Ports in STS/eclipse ? Means one app is running on 8080 port. So how we can run the
I am implementing microservices architecture, there I learned a new topic "Transporter" which is used for the communication between different services. But the
I am developing 3 Microservices: admin facing web app gateway for user management (admin.com) using mysql public facing web app gateway containing only vuejs fr
I'm planning on creating a brand new backend with microservices. I've been looking into infrastructure and I'm unsure as to where load balancers come in. Does t
This is going to be a broad topic so please bear with me. So I build a microservices app started as a hobby and now in the few months I put into it I made somet
Below code is just for testing purpose , if it works then i want to implement the same in real project with microservices. I have 4 microservices in one server.
I am designing and developing a microservice platform based on the specifications of http://microservices.io/ The entire framework integrates through socket th
We are a using a micro-service based pattern for our project where we have Users and their Orders. Users personal information (name, email, mobile) is stored in
I am building my application on a microservice model. Lets says There is one database on server D1 There is a user service hosted on server U1 There is a notifi
I am in the process of moving my existing desktop application to web. The GUI is developed using MFC/VC++ and the buisness logic is written in COM enabled VC++
In a microservice architecture, there is a common pattern called API Gateway. I know that all communication from outside the API Gateway is used as a single e
I am getting the below error when http://localhost:6161/customer/1001 calling the URL. I've taken a reference from the link: https://github.com/PacktPublishing
At my company we're about to set up a new microservice architecture, but we're still trying to decide which protocol would be best for our use case. In our case
What are pros and cons of using microservices in comparison with alternative architectures? Is there a rule of thumb when microservices should be used?
I'm very new in microservices, I was a wonder to know that is there any way to call a moleculer action from nestjs gateway?
I'm testing interservice communication with Spring Boot Rest services deployed on AWS with AppMesh and Service Discovery enabled. To be able to send messages fr