
microservice
文章平均质量分 82
shnbiot
这个作者很懒,什么都没留下…
展开
-
微服务中的服务特征
由于微服务或多或少类似于SOA的风格,因此SOA中定义的许多服务特性也适用于微服务。以下是适用于微服务的服务的一些特征:服务合同:与SOA类似,微服务通过明确定义的服务合同来描述。在微服务领域,JSON和REST被普遍接受用于服务通信。在JSON / REST的情况下,有许多技术用于定义服务契约。 JSON Schema,WADL,Swagger和RAML就是一些例子。松耦合:微服务是独立...原创 2018-08-22 11:16:23 · 752 阅读 · 0 评论 -
The core capabilities of microservice 微服务的核心功能
The core capabilities are explained as follows:Service listeners (HTTP/messaging): If microservices are enabled for a HTTP-based service endpoint, then the HTTP listener is embedded within the microse...原创 2018-08-22 14:47:50 · 230 阅读 · 0 评论 -
Supporting capabilities of microservice 微服务的支持能力
Supporting capabilities are not directly linked to microservices, but they are essential for large scale microservices development:Software defined load balancer: The load balancer should be smart eno...原创 2018-08-22 14:54:27 · 281 阅读 · 0 评论 -
Pain points of microservice 微服务的痛点
The rapid growth of the business eventually put the application under pressure.Odd stability issues and performance issues surfaced. New application releases started breaking the working code. Moreov...原创 2018-08-23 09:09:23 · 384 阅读 · 0 评论 -
使用 Spring HATEOAS 开发 REST 服务
绝大多数开发人员对于 REST 这个词都并不陌生。自从 2000 年 Roy Fielding 在其博士论文中创造出来这个词之后,REST 架构风格就很快地流行起来,已经成为了构建 Web 服务时应该遵循的事实标准。很多 Web 服务和 API 都宣称满足了 REST 架构风格的要求,即所谓的“RESTful”服务。不过就如同其他很多流行的概念一样,不少人对于 REST 的含义还是存在或多或少的种...转载 2018-08-23 09:10:08 · 239 阅读 · 0 评论