Microservices can be seen as an extension of the basic idea of modularity, programs connected by message-passing instead of direct API calls so that they can be distributed among multiple services.
Why are microservices so popular? It’s basically due to the combination of two factors:
- cloud computing and the need to scale up and down quickly.
- Cloud computing makes it convenient to deploy thousands of small services; scaling makes it necessary to do so.
you can learn
- Explore the elements of reactive microservices and learn how Vert.x works.
- Build and consume a single microservice to understand how messaging improves its reactiveness.
- Create an entire microservices system, using stability and resilience patterns to manage failures.
- Use the OpenShift container platform to deploy and manage microservices in a virtual or cloud environment.
相关文章
使用git commit --fixup修改之前的提交
使用git commit --amend可以简单的修改前一条记录,但是不能修改前面第 N 次提交记录,这个时候使用git commit --fixup可以修改前面的提交第 N 次记录。
在Windows上使用pg_upgrade升级PostgreSQL
本文将介绍 PostgreSQL 数据库从 9.x 版本升级到 11.x 版本。升级 PostgreSQL 时 可以把新版本的...
如何在中国注册观看奈飞(Netflix)
喜欢追美剧的网友可能听说过“奈飞”(Netflix)这个平台。奈飞到底是什么?在中国能看奈飞吗?看奈飞需要翻墙吗?如何注册奈飞账号?