Аннотация
This report is for developers and architects interested in developing microservices and distributed applications. It does not explain the basics of distributed systems, but instead focuses on the reactive benefits to build efficient microservice systems. Microservices can be seen as an extension of the basic idea of modularity: programs connected by messagepassing 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.


![Трудно переоценить ту роль, которую играет складской учет в учетно-управленческой системе современного предприятия. Данная книга будет интересна и полезна... Складской учет на компьютере [Лучшие программы, включая 1С 8.2]](https://www.rulit.me/data/programs/images/skladskoj-uchet-na-kompyutere-luchshie-programmy-vklyuchaya_472535.jpg)

![Python 3.4 introduced the asyncio library, and Python 3.5 produced the async and await keywords to use it palatably. These new additions allow so-called asynchronousprogramming.
All of these new features, which I’ll refer to under the single name Asyncio, have been received by the Python... Using Asyncio in Python [Understanding Python’s Asynchronous Programming Features]](https://www.rulit.me/data/programs/images/using-asyncio-in-python-understanding-python-s-asynchronous_606937.jpg)




Комментарии к книге "Building Reactive Microservices in Java"