Kafka Streams in Action
eBook - ePub

Kafka Streams in Action

Real-time apps and microservices with the Kafka Streams API

  1. 280 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Kafka Streams in Action

Real-time apps and microservices with the Kafka Streams API

Book details
Table of contents
Citations

About This Book

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 KafkaPurchase 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 quickly

PART 2 - KAFKA STREAMS DEVELOPMENT

  • Developing Kafka Streams
  • Streams and state
  • The KTable API
  • The Processor API

PART 3 - ADMINISTERING KAFKA STREAMS

  • Monitoring and performance
  • Testing a Kafka Streams application

PART 4 - ADVANCED CONCEPTS WITH KAFKA STREAMS

  • Advanced applications with Kafka Streams

APPENDIXES

  • Appendix A - Additional configuration information
  • Appendix B - Exactly once semantics

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Kafka Streams in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2018
ISBN
9781638356028

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this book
  8. About the author
  9. About the cover illustration
  10. Part 1. Getting started with Kafka Streams
  11. Part 2. Kafka Streams development
  12. Part 3. Administering Kafka Streams
  13. Part 4. Advanced concepts with Kafka Streams
  14. Appendix A. Additional configuration information
  15. Appendix B. Exactly once semantics
  16. Index
  17. List of Figures
  18. List of Tables
  19. List of Listings