đ° Welcome to MyBunny.TV â Your Gateway to Unlimited Entertainment! đ°
Enjoy 10,000+ Premium HD Channels, thousands of movies & series, and experience lightning-fast instant activation.
Reliable, stable, and built for the ultimate streaming experience â no hassles, just entertainment! MyBunny.TV â Cheaper Than Cable ⢠Up to 35% Off Yearly Plans ⢠All NFL, ESPN, PPV Events Included đ°
đ Join the fastest growing IPTV community today and discover why everyone is switching to MyBunny.TV!
Bejeck B. Kafka Streams in Action. Event-driven applications...2ed 2024
To start this P2P download, you have to install a BitTorrent client like
qBittorrent
Category:Other Total size: 17.14 MB Added: 6 months ago (2025-03-10 23:38:53)
Share ratio:9 seeders, 0 leechers Info Hash:93C81BE394EF348B7BCB5A3206438F5B91131388 Last updated: 5 hours ago (2025-09-16 13:42:56)
Report Bad Torrent
×
Description:
Textbook in PDF format
Everything you need to implement stream processing on Apache Kafka using Kafka Streams and the kqsIDB event streaming database.
Kafka Streams in Action, Second Edition guides you through setting up and maintaining your streaming processing with Kafka. Inside, youâll find comprehensive coverage of not only Kafka Streams, but the entire toolbox youâll need for effective streamingâfrom the components of the Kafka ecosystem, to Producer and Consumer clients, Connect, and Schema Registry.
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
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 that makes it a snap to create applications that respond immediately to events, such as real-time push and pull updates.
About the technology:
Enterprise applications need to handle thousandsâeven millionsâof data events every day. With an intuitive API and flawless reliability, the lightweight Kafka Streams library has earned a spot at the center of these systems. Kafka Streams provides exactly the power and simplicity you need to manage real-time event processing or microservices messaging.
About the book:
Kafka Streams in Action, Second Edition teaches you how to create event streaming applications on the amazing Apache Kafka platform. This thoroughly revised new edition now covers a wider range of streaming architectures and includes data integration with Kafka Connect. As you go, youâll explore real-world examples that introduce components and brokers, schema management, and the other essentials. Along the way, youâll pick up practical techniques for blending Kafka with Spring, low-level control of processors and state stores, storing event data with ksqlDB, and testing streaming applications.
I wrote the second edition of Kafka Streams in Action to teach you how to build event streaming applications in Kafka Streams and include other components of the Kafka ecosystem, Producer and Consumer clients, Connect, and Schema Registry. I took this approach because for your event-streaming application to be as effective as possible, youâll need not just Kafka Streams but other essential tools. My approach to writing this book is a pair-programming perspective; I imagine myself sitting next to you as you write the code and learn the API. Youâll learn about the Kafka broker and how the producer and consumer clients work. Then, youâll see how to manage schemas, their role with Schema Registry, and how Kafka Connect bridges external components and Kafka. From there, youâll dive into Kafka Streams, first building a simple application, then adding more complexity as you dig deeper into Kafka Streams API. Youâll also learn about ksqlDB, testing, and, finally, integrating Kafka with the popular Spring framework.
What's inside:
Design efficient streaming applications
Integrate external systems with Kafka Connect
Enforce data compatibility with Schema Registry
About the reader:
For Java developers. No knowledge of Kafka or streaming applications required. Kafka Streams in Action is for any developer wishing to get into stream processing. While not strictly required, knowledge of distributed programming will help understand Kafka and Kafka Streams. Knowledge of Kafka is beneficial but not required; Iâll teach you what you need to know. Experienced Kafka developers and those new to Kafka will learn how to develop compelling stream-processing applications with Kafka Streams. Intermediate-to-advanced Java developers familiar with topics like serialization will learn how to use their skills to build a Kafka Streams application. The bookâs source code is written in Java 17 and extensively uses Java lambda syntax, so experience with lambdas (even from another language) will be helpful.
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.
Contents:
Part 1
Welcome to the Kafka event streaming platform
Kafka brokers
Part 2
Schema Registry
Kafka clients
Kafka ConnectPART 3
Developing Kafka Streams
Streams and state
The KTable API
Windowing and timestamps
The Processor API
ksqlDB
Spring kafka
Kafka Streams Interactive Queries
Testing