Introducing Kafka

Introducing Kafka PDF Author: David Zane Mairowitz
Publisher: Totem Books
ISBN: 9781840461220
Category : Authors, Austrian
Languages : en
Pages : 0

Get Book

Book Description
This book, helping us to see beyond the cliche 'Kafkaesque', is illustrated by legendary underground artist Robert Crumb.

Introducing Kafka

Introducing Kafka PDF Author: David Zane Mairowitz
Publisher: Totem Books
ISBN: 9781840461220
Category : Authors, Austrian
Languages : en
Pages : 0

Get Book

Book Description
This book, helping us to see beyond the cliche 'Kafkaesque', is illustrated by legendary underground artist Robert Crumb.

Kafka: A Very Short Introduction

Kafka: A Very Short Introduction PDF Author: Ritchie Robertson
Publisher: Oxford University Press
ISBN: 0192804553
Category : Literary Criticism
Languages : en
Pages : 150

Get Book

Book Description
Franz Kafka is one of the most intriguing writers of the 20th century. In this text the author provides an up-to-date introduction to Kafka, beginning with an examination of his life and then discussing some of the major themes that emerge in Kafka's work.

Introducing Kafka

Introducing Kafka PDF Author: David Zane Mairowitz
Publisher: Totem Books
ISBN: 9781848313033
Category : Authors, Austrian
Languages : en
Pages : 0

Get Book

Book Description
Unique graphic introductions to big ideas and thinkers, written by experts in the field.

Kafka: The Definitive Guide

Kafka: The Definitive Guide PDF Author: Neha Narkhede
Publisher: "O'Reilly Media, Inc."
ISBN: 1491936118
Category : Computers
Languages : en
Pages : 374

Get Book

Book Description
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

Introducing Kafka

Introducing Kafka PDF Author: David Zane Mairowitz
Publisher: Totem Books
ISBN: 9781840467871
Category : Authors, Austrian
Languages : en
Pages : 0

Get Book

Book Description
Examines the infamous writer's life and work. Reveals Kafka's dark humor, as well as his paranoia. Explores the author's unique literary language.

The Cambridge Introduction to Franz Kafka

The Cambridge Introduction to Franz Kafka PDF Author: Carolin Duttlinger
Publisher: Cambridge University Press
ISBN: 110724420X
Category : Literary Criticism
Languages : en
Pages : 175

Get Book

Book Description
Franz Kafka (1883–1924) is one of the most influential of modern authors, whose darkly fascinating novels and stories - where themes such as power, punishment and alienation loom large - have become emblematic of modern life. This Introduction offers a clear and accessible account of Kafka's life, work and literary influence and overturns many myths surrounding them. His texts are in fact far more engaging, diverse, light-hearted and ironic than is commonly suggested by clichés of 'the Kafkaesque'. And, once explored in detail, they are less difficult and impenetrable than is often assumed. Through close analysis of their style, imagery and narrative perspective, Carolin Duttlinger aims to give readers the confidence to (re-)discover Kafka's works without constant recourse to the mantras of critical orthodoxy. In addition, she situates Kafka's texts within their wider cultural, historical and political contexts illustrating how they respond to the concerns of their age, and of our own.

Franz Kafka

Franz Kafka PDF Author: Neil Heins
Publisher: Infobase Publishing
ISBN: 1438115245
Category : Literary Criticism
Languages : en
Pages : 175

Get Book

Book Description
Provides a biography of Franz Kafka along with critical views of his work.

Kafka in Action

Kafka in Action PDF Author: Dylan Scott
Publisher: Simon and Schuster
ISBN: 161729523X
Category : Computers
Languages : en
Pages : 270

Get Book

Book Description
Kafka in Action is a practical, hands-on guide to building Kafka-based data pipelines. Filled with real-world use cases and scenarios, this book probes Kafka's most common use cases, ranging from simple logging through managing streaming data systems for message routing, analytics, and more. In systems that handle big data, streaming data, or fast data, it's important to get your data pipelines right. Apache Kafka is a wicked-fast distributed streaming platform that operates as more than just a persistent log or a flexible message queue. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Kafka for Beginners

Kafka for Beginners PDF Author: David Zane Mairowitz
Publisher: Totem Books
ISBN:
Category : Comics & Graphic Novels
Languages : en
Pages : 182

Get Book

Book Description
Franz Kafka wrote in the tradition of the great Yiddish storytellers, bringing to it a unique literary language of transformation and escapism. Alienated from his roots, his family and his own body, Kafka's fascinating existence is superbly illuminated in Introducing Kafka by the infamous underground comic artist Robert Crumb.

Kafka Streams in Action

Kafka Streams in Action PDF Author: Bill Bejeck
Publisher: Simon and Schuster
ISBN: 1638356025
Category : Computers
Languages : en
Pages : 410

Get Book

Book Description
Summary Kafka Streams in Action teaches you everything you need to know to implement stream processing on data flowing into your Kafka platform, allowing you to focus on getting more from your data without sacrificing time or effort. Foreword by Neha Narkhede, Cocreator of Apache Kafka Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Not all stream-based applications require a dedicated processing cluster. The lightweight Kafka Streams library provides exactly the power and simplicity you need for message handling in microservices and real-time event processing. With the Kafka Streams API, you filter and transform data streams with just Kafka and your application. About the Book Kafka Streams in Action 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 even dive into streaming SQL with KSQL! Practical to the very end, it finishes with testing and operational aspects, such as monitoring and debugging. What's inside Using the KStreams API Filtering, transforming, and splitting data Working with the Processor API Integrating with external systems About the Reader Assumes some experience with distributed systems. No knowledge of Kafka or streaming applications required. About the Author Bill Bejeck is a Kafka Streams contributor and Confluent engineer with over 15 years of software development experience. Table of Contents PART 1 - GETTING STARTED WITH KAFKA STREAMS Welcome to Kafka Streams Kafka quicklyPART 2 - KAFKA STREAMS DEVELOPMENT Developing Kafka Streams Streams and state The KTable API The Processor APIPART 3 - ADMINISTERING KAFKA STREAMS Monitoring and performance Testing a Kafka Streams applicationPART 4 - ADVANCED CONCEPTS WITH KAFKA STREAMS Advanced applications with Kafka StreamsAPPENDIXES Appendix A - Additional configuration information Appendix B - Exactly once semantics