The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
4.5 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title>Julio Biason .Me 4.3</title>
<!-- CSS -->
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https:&#x2F;&#x2F;blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
<p class="lead">Old school dev living in a 2.0 dev world</p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item"><a href="&#x2F;">English</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt">Português</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;tags">Tags (EN)</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt&#x2F;tags">Tags (PT)</a></li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">Reactive Microservices Architecture - Jonas Bonér</h1>
<span class="post-date">
2020-02-20
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
<a href="https://blog.juliobiason.me/tags/microservices/">#microservices</a>
<a href="https://blog.juliobiason.me/tags/jonas-boner/">#jonas boner</a>
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a>
<a href="https://blog.juliobiason.me/tags/published-2016/">#published:2016</a>
</span>
<p><a href="https://www.goodreads.com/book/show/29630482-reactive-microservices-architecture">GoodReads Summary</a>:
Still chugging along with a monolithic enterprise system that’s difficult to
scale and maintain, and even harder to understand? In this concise report,
Lightbend CTO Jonas Bonér explains why microservice-based architecture that
consists of small, independent services is far more flexible than the
traditional all-in-one systems that continue to dominate today’s enterprise
landscape.</p>
<span id="continue-reading"></span><div>
★☆☆☆☆
</div>
<p>Not actually a &quot;book&quot; per se, but more like a paper -- the author even
mentions it is a paper.</p>
<p>Now, is it a good paper? Well... Thing is, easy-to-explain concepts, like
&quot;Sagas&quot;, take a long discussion about them, but hard-to-explain, like the CAP
theorem, make just some short explanations. And this is bad; things that
really need more explanation do not and are just glossed over; things that you
can get right out of the bad, do not. Also, some parts put a lot of footnotes
and assume the reader will read the footnote, which is bad, 'cause if you let
it to read later, you won't totally grasp what it means.</p>
<p>Also, there is one serious problem: Although it does a good discussion about
microservices, there is is very little explanation on what the reactive
microservice differs from normal microservices.</p>
<p>It's more interesting for the footnotes, which have links to the real content,
than the content of the paper.</p>
</div>
</div>
</body>
</html>