Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [microservices]

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

microservices
-4 votes
0 answers
31 views

How do i modernize .net monolithic application? [closed]

I work on a .net core admin dashboard web application hosted on-premise and it is time to modernize this application. please be noted that this application is use "internally" in the org. ...
user26513048's user avatar
-1 votes
0 answers
16 views

Google login integration in java microservices architecture [closed]

while integrating google login functionality in java i am getting invalid credentials in response, I am using microservices architecture in java, when i give call to google that API service is running ...
Urvashi Udavant's user avatar
-1 votes
0 answers
12 views

How can I achieve running a single instance of one of my microservice at a given time with a failover mechanism?

I have 10 microservice applications. I can containerize and scale up/down 9 of them without any issues. However, there is one microservice that must run as a single instance at any given time due to ...
Bisrat Gebre's user avatar
0 votes
0 answers
16 views

How to mock a running microservice program?

I have a running microservice program, and I want to intercept all the requests it sends to downstream services without modifying the code, and return the given data to better test it. Are there any ...
Frontier_Setter's user avatar
1 vote
1 answer
14 views

How to collect network requests trace of a microservice program and make it run independently with proper mock tools?

I have a microservice program that runs on physical machines, which receives requests from other upstream services on the network and requests data from other downstream services on the network. I ...
Frontier_Setter's user avatar
0 votes
0 answers
17 views

Deploy Nestjs microservice on Vercel

I have three microsrvices, and the project structure is: . ├── client │ ├── src ├── auth │ ├── src ├── chat │ ├── src ├── libs │ ├── common └── README.md ├── package.json And all the routes ...
Rachel Duan's user avatar
0 votes
0 answers
14 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
1 answer
54 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
0 votes
2 answers
53 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
57 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
49 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
27 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
30 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
30 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
47 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

15 30 50 per page
1
2 3 4 5
623