orchestration

Orchestrating microservices

≡放荡痞女 提交于 2019-11-27 05:43:35
What is the standard pattern of orchestrating microservices? If a microservice only knows about its own domain, but there is a flow of data that requires that multiple services interact in some manner, what's the way to go about it? Let's say we have something like this: Invoicing Shipment And for the sake of the argument, let's say that once an an order has been shipped, the invoice should be created. Somewhere, someone presses a button in a GUI, "I'm done, let's do this!" In a classic monolith service architecture, I'd say that there is either an ESB handling this, or the Shipment service

Orchestrating microservices

半城伤御伤魂 提交于 2019-11-26 10:04:13
问题 What is the standard pattern of orchestrating microservices? If a microservice only knows about its own domain, but there is a flow of data that requires that multiple services interact in some manner, what\'s the way to go about it? Let\'s say we have something like this: Invoicing Shipment And for the sake of the argument, let\'s say that once an an order has been shipped, the invoice should be created. Somewhere, someone presses a button in a GUI, \"I\'m done, let\'s do this!\" In a