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.

23 lines
1.2 KiB

+++
title = "Apache Kafka - Nishant Garg"
date = 2017-07-05
category = "review"
[taxonomies]
tags = ["books", "en-au", "nishant garg"]
+++
{{ stars(stars=1) }}
After reading the book, I ended up with more questions than I had when I started reading:
1. What Kafka is good for?
2. What are the use cases for Kafka?
3. When I should NOT use Kafka?
4. How Kafka compares to other options?
5. What is a topic?
6. How to create a pipeline to process information, in a way that I have multiple lines of processing?
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.
Again, if you want to know *less* about Kafka, that's a good book for it.