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)
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