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
I want to learn the best behavior for implementing a rate limiter. Say I have serviceA and serviceB where serviceA calls API_1 and API_2 in serviceB. Say that s
Using Zuul (version 1.3.1) I want to have the following routes config: zuul: routes: serviceA: path: /us/*/a/** serviceId:
We want to integrate Salesforce into out Micro Service Structure in AWS. There is a article about this here So we want to subscribe lambda to certain platform
I am developing microservices code from the link : https://github.com/sivaprasadreddy/spring-boot-microservices-series. In this code base, I was successfully ab
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