Skip to main content

Questions tagged [microservices]

An architectural approach to developing a single application as a suite of small individually deployable services.

microservices
0 votes
0 answers
9 views

How to use context-path in spring cloud gateway to forward requests?

Have microservice1 to microservice10 , Eureka and Gateway service. All the services registered in Eureka dashboard. Use following property in gateway to forward requests to corresponding microservice. ...
Padmaja's user avatar
  • 119
1 vote
0 answers
32 views

Spring Boot 3 ignores @CircuitBreaker

I am learning microservices and trying to implement circuit breaker pattern in one of my microservices. At the beginning i wanted to pick Netflix Hystrix library but after some googling i found out ...
Дмитрий's user avatar
-1 votes
1 answer
34 views

"Microservices Using Database Per Service" pattern in practice

I am working on a project where I would like to use this pattern. I have read for days, but I am still not sure how to implement this pattern properly and keep the multiple DBs in sync. Let's suppose ...
zappee's user avatar
  • 21.9k
-5 votes
0 answers
55 views

Why is the `userId` field null in myBody [closed]

I'm working on a Spring Boot application where I'm trying to fetch user ratings and their associated hotel details. The data is being fetched from two different microservices using RestTemplate. ...
Anup Kumar Shukl's user avatar
2 votes
2 answers
37 views

How to Reference a User Entity from Another Microservice in ASP.NET Core?

In my microservices architecture using ASP.NET Core, I have two distinct microservices: Identity.API for user management and PersonalAccount.API for handling personal account-related functionalities. ...
Medina Abasova's user avatar
-2 votes
0 answers
22 views

I am working in a SpringBoot Microservices Insurance Project. I have to design the code where we need to maintain the User journey means the staging

The application uses Rest APIs for dealing with multiple tasks as User Login, OTP creation and Validation, user form fill up etc. If user has to fill a form of 4 pages and after say 1/2 page, user ...
user3693876's user avatar
0 votes
1 answer
15 views

How to Build a Microservices Architecture with Centralized Authentication and Secret Management from Scratch like Google?

I am currently working on a project that involves setting up a microservices architecture with centralized authentication, authorization, and secret management. I want to implement a centralized ...
Radioactive Boy's user avatar
-4 votes
0 answers
27 views

Best frameworks to choose for high scale web applications including databases and architectures [closed]

I'm getting started with [tag: web development] which frameworks do you recommend for designing a high scale web application should I go with java or python javascript with microservices as my backend ...
D Suhas Dhar kasyap's user avatar
-1 votes
0 answers
43 views

How to Design Uber Location Tracking [closed]

Dear Stack Experts, I was asked in an interview recently to design ride/driver location tracking feature of Uber. I could come up with simple design constituting of data bases i.e., Cassandra(Write ...
Genie's user avatar
  • 143
0 votes
0 answers
38 views

Spring Boot microservices with JWT (Cannot run Integration test (401 Unauthorized Error))

I try to implement an example of Spring Boot microservices with JWT. I have some problem. I cannot run all integration tests of product service even if I defined bearer token in terms of admin and ...
jacksondel's user avatar
-4 votes
0 answers
33 views

How to use ingress as reverse proxy? [closed]

I have a architeture using k8s, helm, ingress. I have a microservice architecture, and some paths needed to be segregated into another micro service. How can I configure the ingress to act as reverse ...
DevBush's user avatar
  • 493
-1 votes
0 answers
11 views

Call the api through the port of the api gateway. The result returned 404 [closed]

I am learning about microservices and Spring Cloud. In my application there is employee service (Netflix Eureka client), department service, API gateway, Service registry Eureka server). After ...
Anh Nguyễn's user avatar
0 votes
0 answers
26 views

gRPC and Consul conflict issue with latest updated versions

When i'm tring to create and Adopting Service Discovery with Consul, for my golang microservice projects, consul and grpc conflicts with each other. When it removed grpc issue solved easyliy, but i ...
PASAN MADHURANGA's user avatar
1 vote
0 answers
20 views

How to sync elastic search with a multi tenant microservice domain splitted database?

we have an application developed within the last 3 years. The app has a multi tenant systen in which we have 2 kinds of data bases: global (e.g. users, 1 user can be working in several tenants) and ...
PassionateDeveloper's user avatar
0 votes
1 answer
27 views

Springboot working in a microservice web application

I work in a microservice based web-application and I am still learning Springboot and Angular, my question is related to working of springboot, we have different tenants and environment, like stagging,...
Ame3n's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
623