Book Image

Apache Kafka Cookbook

By : Saurabh Minni
Book Image

Apache Kafka Cookbook

By: Saurabh Minni

Overview of this book

<p>This book will give you details about how to manage and administer your Apache Kafka Cluster.</p> <p>We will cover topics like how to configure your broker, producer, and consumer for maximum efficiency for your situation. Also, you will learn how to maintain and administer your cluster for fault tolerance. We will also explore tools provided with Apache Kafka to do regular maintenance operations. We shall also look at how to easily integrate Apache Kafka with big data tools like Hadoop, Apache Spark, Apache Storm, and Elasticsearch.</p>
Table of Contents (15 chapters)
Apache Kafka Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


This chapter explains the configurations of a Kafka broker. Before we get started with Kafka, it is critical to configure it to suit us best. The best part of Kafka is that it is highly configurable. Though most of the time you will be good to go with the default settings, while dealing with scale and performance, you might want to dirty your hands with the configuration that suits your application best.