Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

Fine-grained services

Traditional SOA- and REST-based services are mostly coarse-grained services and are written with a mindset in which reduction of network roundtrip is the core concern. To reduce the network roundtrip, developers often created payload formats that were composite (multiple data elements packed together ) in nature. So, an endpoint or a URI was used to handle more than one concern, and violated the principle of Separation Of Concerns. The microservices architecture expects services to perform a single responsibility, and payload formats are tailored for that. In this way, the service becomes granular.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content