Currently, developing a solutions which involves call to several microservices, though these microservices itself don't call each other, rather an orchestrator does that job, but my concern is response of one microservice is to be used as request of another microservices(basically there is sort of mapping where some attribute say 'A' of response of first microservice is some attribute say 'B' of request of second microservice)
This flow of calling services lets say A --> B --> C , is configurable, so at later point in time it can become B--> A--> C
is there a proper pattern to do this, or shall i capture every response and manipulate/normalize it before calling another microservice
Aucun commentaire:
Enregistrer un commentaire