Skip to content

Latest commit

 

History

History
71 lines (67 loc) · 2.77 KB

_index.md

File metadata and controls

71 lines (67 loc) · 2.77 KB
title date description categories keywords menu weight aliases toc draft
Service Consumer
2018-03-01 16:44:15 -0500
docs
parent weight
consumer
1
1
false
false

Majority of the sections in this site are about how to build, deploy and manage services. This section will address microservices architecture and best practices from consumer perspective.

Unlike monolithic JavaEE web service with only one client and one server, there are many microservices involved in one external request and client to server communication efficiency is very important to overall latency. The definition of client vs server or consumer vs provider is blurred as one service can be the server for another service and at the same time it can be a client for another service.

The following contains architecture, design and best practices.