Please enable JavaScript.
Coggle requires JavaScript to display documents.
Micro services (API Gateway (Hide Micro Services implementation behind…
Micro services
API Gateway
-
-
-
-
Drawbacks
Single point of failure, should be stable and tested
-
-
-
-
Event driven data manag.
-
-
Local transactions - store event (it's in local transaction with main action to ensure atomicity) in temp storage and react on back event (mark event as completed once delivery is succesful)
-
-
Deployment
Multiple service instances per host (different services, each on own port)
-
-
-
Transfer from monolith
-
-
-
Extract services
First move a couple of simple to start. Than most crucial to be separated. To extract service - define its in/out APIs.
-
-
-