Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Mesos

You're reading from  Mastering Mesos

Product type Book
Published in May 2016
Publisher Packt
ISBN-13 9781785886249
Pages 352 pages
Edition 1st Edition
Languages
Authors (2):
Dipa Dubhashi Dipa Dubhashi
Profile icon Dipa Dubhashi
Akhil Das Akhil Das
Profile icon Akhil Das
View More author details

Table of Contents (16) Chapters

Mastering Mesos
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Introducing Mesos Mesos Internals Getting Started with Mesos Service Scheduling and Management Frameworks Mesos Cluster Deployment Mesos Frameworks Mesos Containerizers Mesos Big Data Frameworks Mesos Big Data Frameworks 2 Index

Kafka on Mesos


This section will introduce Kafka and explain how to set it up on Mesos while also discussing the problems commonly encountered during the setup process.

Introduction to Kafka

Kafka is a distributed publish-subscribe messaging system designed for speed, scalability, reliability, and durability. Some of the key terms used in Kafka are given as follows:

  • Topics: These are the categories where message feeds are maintained by Kafka

  • Producers: These are the upstream processes that send messages to a particular Kafka topic

  • Consumers: These are the downstream processes that listen to the incoming messages in a topic and process them as per requirements

  • Broker: Each node in a Kafka cluster is called a broker

Take a look at the following high-level diagram of Kafka (source: http://kafka.apache.org/documentation.html#introduction):

A partitioned log is maintained by the Kafka cluster for every topic, which looks similar to the following (source: http://kafka.apache.org/documentation.html...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}