python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there any way to override the send method of NESTJS ClientTCP?
What I am trying to do is to have a client sending some extra data to the server via TCP call in NESTJS, but do not want to modify all the callers of the original send() method. So, was wondering if t...

Chun Young
Votes: 0
Answers: 1
Centralized Swagger/OpenAPI UI for all the different microservices on a single swagger URL i.e accessing all the URLs through one
I have around 16 microservices built in Spring Boot that communicate with each other and each microservice is having multiple APIs in it. I have configured OpenAPI for each of the microservices. So it...
Parimal Ramteke
Votes: 0
Answers: 2
Components Microservices
For a few days I'm dealing with different architecture patterns. In particular, I want to better understand the microservice architecture. I understand the basic structure, but what I haven't quite fi...
darkcloud
Votes: 0
Answers: 1
In a microservice architecture, what is the good way of sharing the request and response contracts among the internal clients of one service
I have 4 services as given below -
Notes-service -- takes NotesRequest and produces NotesResponse
Reminder-service -- takes ReminderRequest and produces ReminderResponse
Todo-service -- takes TodoReq...

Yogesh Sharma
Votes: 0
Answers: 1