Notes Apache Kafka

Topics Offsets have a meaning only within a partition Order is guaranteed within a partition Data is retained only for 2 weeks Data written to a partition cannot be changed Data is assigned randomly to different partitions unless key is specified No limit on number of partitions per topic Topics... [Read More]
Tags: Apache Kafka

Book Notes Architecting HBase Applications

Recently I read the book “Architecting HBase Applications”. I tried to capture the notes in the following post. The book is a good read and I would recommend you to buy one. http://shop.oreilly.com/product/0636920035688.do [Read More]
Tags: book, HBase