Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [microservices]

Ask Question

Microservices are small, independent processes that communicate with each other to form complex applications which utilize language-agnostic APIs. These services are small building blocks, highly decoupled and focused on doing a small task, facilitating a modular approach to system-building.

1,042 questions
Filter by
Sorted by
Tagged with
0votes
2answers
203views

I’m refactoring a microservice project where multiple services share the same domain objects. Over time, these objects have diverged across services, causing inconsistencies.To solve this, I plan to ...
4votes
3answers
227views

We are designing a backend system for a large platform where users can interact with multiple products on behalf of different companies.We plan to use Keycloak as an external identity provider. The ...
2votes
3answers
421views

Recently, I’ve found myself designing a microservices system, and I’m currently facing some challenges with authentication and authorization.ContextAll my microservices will be placed behind an API ...
0votes
1answer
152views

I want to create one service that reads data from two databases and passes it to the customer devices. Is this an overall bad design decision? I think that since it is only read-only, it should be ...
0votes
2answers
176views

My company receives files via SFTP. We currently have a service running on a timer that:polls the inbound directorymoves files to an 'In Progress' directoryprocesses files (queueing messages for ...
0votes
1answer
114views

I'm developing a microservice-based application that processes a high volume of messages. Each message must be handled according to the user’s personal settings and some tenant-specific (customer) ...
3votes
2answers
326views

So I just fell in a project where microservices are inside private subnets and therefore aren't reacheable through the internet.There is a balancer that can reach this microservices and this balancer ...
1vote
4answers
250views

I'm just getting started with software architectural patterns.I first analyzed the difference between monolithic architecture and microservice architecture and I had a doubt.Below I report the ...
5votes
4answers
726views

A little background before I ask my questions. I've designed a system as an architect based on the requirements given to me by the client. The client has a team or two to three developers which are ...
3votes
2answers
509views

I'm working on a Spring-based micro service project and considering different approaches for handling authentication and authorization. Instead of setting up a dedicated authorization server, I'm ...
3votes
3answers
495views

Our development team works with a micro-service node.js architecture. This means we work with a very large amount of repositories that currently each take care of their own dependencies.To avoid ...
2votes
4answers
889views

IntroductionI am reading Building Microservices (second edition) by Sam Newman.In chapter 9 the author highlights 2 problems when desiging end-to-end testing for microservices:Which version of the ...
-1votes
3answers
280views

Scenario: An application maintains a pool of connections to another service. The other service drops (not closes) all connections but still accepts new connections.What are the best way of dealing ...
Buhb's user avatar
  • 570
0votes
1answer
112views

As many, we use microservices in my company and there's some debate in my group whether a microservice has e2e tests on it's own.I know e2e tests by definition are user flow tests.Lets take for ...
omriman12's user avatar
0votes
2answers
320views

Let's say there is a domain model:@Table(name = "room")@Getter@FieldNameConstants@AllArgsConstructor(onConstructor = @__({@PersistenceCreator}))public class HotelRoom extends ...

153050per page
1
2345
70

Hot Network Questions

more hot questions
Newest microservices questions feed

[8]ページ先頭

©2009-2025 Movatter.jp