Cargando…

Learning Apache Kafka : start from scratch and learn how to administer Apache Kafka effectively for messaging /

This book is for readers who want to know more about Apache Kafka at a hands-on level; the key audience is those with software development experience but no prior exposure to Apache Kafka or similar technologies. It is also useful for enterprise application developers and big data enthusiasts who ha...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Garg, Nishant (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Edición:Second edition.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Kafka; Welcome to the world of Apache Kafka; Why do we need Kafka?; Kafka use cases; Installing Kafka; Installing prerequisites; Installing Java 1.7 or later; Downloading Kafka; Building Kafka; Summary; Chapter 2: Setting Up a Kafka Cluster; Single node
  • single broker clusters; Starting the ZooKeeper server; Starting the Kafka broker; Creating a Kafka topic; Starting a producer to send messages; Starting a consumer to consume message.