May 2024
Intermediate to advanced
504 pages
15h
English
In previous chapters, you learned how to perform aggregations with KStream and KTable. This chapter will build on that knowledge and allow you to apply it to get more precise answers to problems involving aggregations. The tool you’ll use for this is windows. Using windows or windowing is putting aggregated data into discrete time buckets. This chapter teaches you how to apply windowing to your specific use cases.
Windowing is critical to apply because, otherwise, aggregations will continue to grow over time, and retrieving helpful ...
Read now
Unlock full access