convert xml to json for each microservice or use a converter microservice? -
i'm looking create application using several microservices. overall application can accept both xml , json formatted requests. option best:
1) accept xml , json each microservice?
2) write convertor microservice converts xml json , forwards json each microservice need handle json.
3) run 2 instances of each microservice, 1 accepts xml , 1 accepts json.
4) i'm not considering?
Comments
Post a Comment