Conversations with Kafka (Second Edition)

Conversations with Kafka (Second Edition)

Author: Gustav Janouch

Publisher: New Directions Publishing

Published: 2012-01-26

Total Pages: 297

ISBN-13: 0811221024

DOWNLOAD EBOOK

A literary gem – a portrait from life of Franz Kafka – now with an ardent preface by Francine Prose, avowed “fan of Janouch’s odd and beautiful book.” Gustav Janouch met Franz Kafka, the celebrated author of The Metamorphosis, as a seventeen-year-old fledgling poet. As Francine Prose notes in her wonderful preface, “they fell into the habit of taking long strolls through the city, strolls on which Kafka seems to have said many amazing, incisive, literary, and per- things to his companion and interlocutor, the teenage Boswell of Prague. Crossing a windswept square, apropos of something or other, Kafka tells Janouch, ‘Life is infinitely great and profound as the immensity of the stars above us. One can only look at it through the narrow keyhole of one’s personal experience. But through it one perceives more than one can see. So above all one must keep the keyhole clean.’” They talk about writing (Kafka’s own, but also that of his favorite writers: Poe, Kleist, and Rimbaud, who “transforms vowels into colors”) as well as technology, film, crime, Darwinism, Chinese philosophy, carpentry, insomnia, street fights, Hindu scripture, art, suicide, and prayer. “Prayer,” Kafka notes, brings “its infinite radiance to bed in the frail little cradle of one’s own existence.”


Kafka: The Definitive Guide

Kafka: The Definitive Guide

Author: Neha Narkhede

Publisher: "O'Reilly Media, Inc."

Published: 2017-08-31

Total Pages: 374

ISBN-13: 1491936118

DOWNLOAD EBOOK

Every enterprise application creates data, whether it’s log messages, metrics, user activity, outgoing messages, or something else. And how to move all of this data becomes nearly as important as the data itself. If you’re an application architect, developer, or production engineer new to Apache Kafka, this practical guide shows you how to use this open source streaming platform to handle real-time data feeds. Engineers from Confluent and LinkedIn who are responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalable stream-processing applications with this platform. Through detailed examples, you’ll learn Kafka’s design principles, reliability guarantees, key APIs, and architecture details, including the replication protocol, the controller, and the storage layer. Understand publish-subscribe messaging and how it fits in the big data ecosystem. Explore Kafka producers and consumers for writing and reading messages Understand Kafka patterns and use-case requirements to ensure reliable data delivery Get best practices for building data pipelines and applications with Kafka Manage Kafka in production, and learn to perform monitoring, tuning, and maintenance tasks Learn the most critical metrics among Kafka’s operational measurements Explore how Kafka’s stream delivery capabilities make it a perfect source for stream processing systems


Effective Kafka

Effective Kafka

Author: Emil Koutanov

Publisher:

Published: 2020-03-17

Total Pages: 466

ISBN-13:

DOWNLOAD EBOOK

The software architecture landscape has evolved dramatically over the past decade. Microservices have displaced monoliths. Data and applications are increasingly becoming distributed and decentralised. But composing disparate systems is a hard problem. More recently, software practitioners have been rapidly converging on event-driven architecture as a sustainable way of dealing with complexity - integrating systems without increasing their coupling.In Effective Kafka, Emil Koutanov explores the fundamentals of Event-Driven Architecture - using Apache Kafka - the world's most popular and supported open-source event streaming platform.You'll learn: - The fundamentals of event-driven architecture and event streaming platforms- The background and rationale behind Apache Kafka, its numerous potential uses and applications- The architecture and core concepts - the underlying software components, partitioning and parallelism, load-balancing, record ordering and consistency modes- Installation of Kafka and related tooling - using standalone deployments, clusters, and containerised deployments with Docker- Using CLI tools to interact with and administer Kafka classes, as well as publishing data and browsing topics- Using third-party web-based tools for monitoring a cluster and gaining insights into the event streams- Building stream processing applications in Java 11 using off-the-shelf client libraries- Patterns and best-practice for organising the application architecture, with emphasis on maintainability and testability of the resulting code- The numerous gotchas that lurk in Kafka's client and broker configuration, and how to counter them- Theoretical background on distributed and concurrent computing, exploring factors affecting their liveness and safety- Best-practices for running multi-tenanted clusters across diverse engineering teams, how teams collaborate to build complex systems at scale and equitably share the cluster with the aid of quotas- Operational aspects of running Kafka clusters at scale, performance tuning and methods for optimising network and storage utilisation- All aspects of Kafka security -including network segregation, encryption, certificates, authentication and authorization.The coverage is progressively delivered and carefully aimed at giving you a journey-like experience into becoming proficient with Apache Kafka and Event-Driven Architecture. The goal is to get you designing and building applications. And by the conclusion of this book, you will be a confident practitioner and a Kafka evangelist within your organisation - wielding the knowledge necessary to teach others.


Kafka on the Shore

Kafka on the Shore

Author: Haruki Murakami

Publisher: Vintage

Published: 2006-01-03

Total Pages: 481

ISBN-13: 1400079276

DOWNLOAD EBOOK

NATIONAL BESTSELLER • From the New York Times bestselling author of The Wind-Up Bird Chronicle and one of the world’s greatest storytellers comes "an insistently metaphysical mind-bender” (The New Yorker) about a teenager on the run and an aging simpleton. Now with a new introduction by the author. Here we meet 15-year-old runaway Kafka Tamura and the elderly Nakata, who is drawn to Kafka for reasons that he cannot fathom. As their paths converge, acclaimed author Haruki Murakami enfolds readers in a world where cats talk, fish fall from the sky, and spirits slip out of their bodies to make love or commit murder, in what is a truly remarkable journey. “As powerful as The Wind-Up Bird Chronicle.... Reading Murakami ... is a striking experience in consciousness expansion.” —The Chicago Tribune


Kafka Streams in Action, Second Edition

Kafka Streams in Action, Second Edition

Author: Bill Bejeck

Publisher: Simon and Schuster

Published: 2024-05-28

Total Pages: 502

ISBN-13: 1617298689

DOWNLOAD EBOOK

Everything you need to implement stream processing on Apache Kafka? using Kafka Streams and the kqsIDB event streaming database. This totally revised new edition of Kafka Streams in Action has been expanded to cover more of the Kafka platform used for building event-based applications. You'll also find full coverage of ksqlDB, an event streaming database purpose-built for stream processing applications. In Kafka Streams in Action, Second Edition you'll learn how to: Design streaming applications in Kafka Streams with the KStream and the Processor API Integrate external systems with Kafka Connect Enforce data compatibility with Schema Registry Build applications that respond immediately to events in either Kafka Streams or ksqlDB Craft materialized views over streams with ksqlDB Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology The lightweight Kafka Streams library provides exactly the power and simplicity you need for event-based applications, real-time event processing, and message handling in microservices. The ksqlDB database makes it a snap to create applications that respond immediately to events, such as real-time push and pull updates. About the book Kafka Streams in Action, Second Edition teaches you to implement stream processing within the Kafka platform. In this easy-to-follow book, you'll explore real-world examples to collect, transform, and aggregate data, work with multiple processors, and handle real-time events. You'll also dive into processing event data with ksqlDB. Practical to the very end, it finishes with testing and operational aspects, such as monitoring, debugging, and gives you the opportunity to explore a few end-to-end projects. About the reader Assumes experience with building Java applications, concepts like threading, serialization, and with distributed systems. No knowledge of Kafka or streaming applications required. About the author Bill Bejeck is a Confluent engineer and a Kafka Streams contributor with over 15 years of software development experience. Bill is also a committer on the Apache Kafka project.


The Metamorphosis + In the Penal Colony (2 contemporary translations by Ian Johnston)

The Metamorphosis + In the Penal Colony (2 contemporary translations by Ian Johnston)

Author: Franz Kafka

Publisher: e-artnow

Published: 2013-11-10

Total Pages: 157

ISBN-13: 8026803833

DOWNLOAD EBOOK

This carefully crafted ebook: "The Metamorphosis + In the Penal Colony (2 contemporary translations by Ian Johnston)" contains 2 books in one volume and is formatted for your eReader with a functional and detailed table of contents. The Metamorphosis is a novella by Franz Kafka, first published in 1915. It has been cited as one of the seminal works of fiction of the 20th century and is studied in colleges and universities across the Western world. The story begins with a traveling salesman, Gregor Samsa, waking to find himself transformed (metamorphosed) into a large, monstrous insect-like creature. The cause of Samsa's transformation is never revealed, and Kafka never did give an explanation. The rest of Kafka's novella deals with Gregor's attempts to adjust to his new condition as he deals with being burdensome to his parents and sister, who are repulsed by the horrible, verminous creature Gregor has become. "In the Penal Colony" is a short story by Franz Kafka written in German in October 1914, and first published in October 1919. The story is set in an unnamed penal colony. Internal clues and the setting on an island suggest Octave Mirbeau's The Torture Garden as an influence. As in some of Kafka's other writings, the narrator in this story seems detached from, or perhaps numbed by, events that one would normally expect to be registered with horror.