Kafka in action

Kafka in Action introduces the core features of Kafka, along with relevant examples of how to use it in real applications. In it, you'll explore the most common use cases such as logging and managing streaming data. When you're done, you'll be ready to handle both basic developer- and...

Descripción completa

Detalles Bibliográficos
Otros Autores: Scott, Dylan, author (author), Gamov, Viktor, author (writer of foreword), Klein, Dave (Computer consultant), author, Rao, Jun, writer of foreword
Formato: Libro electrónico
Idioma:Inglés
Publicado: Shelter Island, New York : Manning Publications Company [2022]
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009649830906719
Tabla de Contenidos:
  • Introduction to Kafka
  • Getting to know Kafka
  • Designing a Kafka project
  • Producers : sourcing data
  • Consumers : unlocking data
  • Brokers
  • Topics and partitions
  • Kafka storage
  • Management : tools and logging
  • Protecting Kafka
  • Schema registry
  • Stream processing with Kafka streams and ksqlDB.