Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microservices (drawbacks (Don't do it (Cleaner Code
“You don’t need…
Microservices
drawbacks
-
-
additional ressources
(CPU, Memory, REST calls)
-
Don't do it
-
-
-
Simple for Engineers
“A bunch of engineers working in isolated codebases leads to ‘not my problem’ syndrome.”
Better for Scalability
“You can scale a microservice outward just as easily as you can scale a monolith.”
-
-
-
-
-
-
-
-
-
-
-
-
-
-
benefits
-
-
different languages, platforms
eases to have different
teams of programmers #
-
-
-
-
-
-
-
-
-
-
Spring
Eureka: Service-Registry und Mid-tier Loadbalancer
-
Ribbon: Library für Interprozesskommunikation mit eingebautem Softwarelastverteiler
Archaius: Bibliothek für Konfigurationsmanagement, basiert auf Apache Commons Configuration und erweitert das Projekt für den Cloud-Einsatz
Zuul: Edge-Service für dynamisches Routing, Monitoring, Security, Ausfallsicherheit und einiges andere mehr
Feign: Library, die das Schreiben von HTTP-Clients vereinfacht
-
-
-
-
-
-
-
-
-
-
-
-