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.
118 lines
4.7 KiB
118 lines
4.7 KiB
11 months ago
|
<!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://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="/">English</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="content container">
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">Apache Kafka - Nishant Garg</h1>
|
||
|
<span class="post-date">
|
||
|
2017-07-05
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/nishant-garg/">#nishant garg</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/big-data/">#big data</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2013/">#published:2013</a>
|
||
|
|
||
|
</span>
|
||
|
<p><a href="https://www.goodreads.com/book/show/18702022-apache-kafka">GoodReads Summary</a>:
|
||
|
The book will follow a step-by-step tutorial approach which will show the
|
||
|
readers how to use Apache Kafka for messaging from scratch.Apache Kafka is for
|
||
|
readers with software development experience, but no prior exposure to Apache
|
||
|
Kafka or similar technologies is assumed. This book is also for enterprise
|
||
|
application developers and big data enthusiasts who have worked with other
|
||
|
publisher-subscriber based systems and now want to explore Apache Kafka as a
|
||
|
futuristic scalable solution. (less)</p>
|
||
|
<span id="continue-reading"></span><div>
|
||
|
★☆☆☆☆
|
||
|
</div>
|
||
|
<p>After reading the book, I ended up with more questions than I had when I started reading:</p>
|
||
|
<ol>
|
||
|
<li>What Kafka is good for?</li>
|
||
|
<li>What are the use cases for Kafka?</li>
|
||
|
<li>When I should NOT use Kafka?</li>
|
||
|
<li>How Kafka compares to other options?</li>
|
||
|
<li>What is a topic?</li>
|
||
|
<li>How to create a pipeline to process information, in a way that I have multiple lines of processing?</li>
|
||
|
</ol>
|
||
|
<p>Not only the book goes straight to "You install this way, you write a simple
|
||
|
app, and that's it", it uses some very terse phrases, which makes really hard
|
||
|
to read. Things like "This, at times, leads to redevelopment of information
|
||
|
producers or consumers to provide an integration point between them", which is
|
||
|
terse but has absolutely no information at all. There is even an introduction
|
||
|
to Hadoop as "Resource sharing, stability, availability, and scalability are a
|
||
|
few of the many challenges of distributed computing. Nowadays, an additional
|
||
|
challenge is to process extremely large volumes of data in TBs or PBs." --
|
||
|
which says absolutely NOTHING about what Hadoop is and how it works.</p>
|
||
|
<p>Again, if you want to know <em>less</em> about Kafka, that's a good book for it.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|