Recording ready to view: SPEAKER Q&A THREAD: 1 March 2022 - Being Persistent: A Look Into Kafka Streams State Stores

Watch the recording and ask @nbuesing questions about this event in this thread!

  • :spiral_calendar: When: 1 March 2022
  • :speaking_head: Speaker(s): Neil Buesing
  • :notebook_with_decorative_cover: Talk(s): Being Persistent: A Look Into Kafka Streams State Stores

Kafka Streams provides stateful processing to Apache Kafka®. To achieve this, it needs to preserve state. It achieves this by leveraging state-stores. We will explore these state-stores and see how the Kafka Streams DSL uses them for windowed and non-windowed state.

This presentation will provide content useful for those new to Kafka Streams or already using it for application development.

Takeways:

  • Showcasing an application leveraging windowed and non-windowed state stores.
  • See how windowed state-stores handles keys and the partitioning of those keys.
  • See how Kafka Streams uses multiple state-stores so windowed data can be discarded easily when it is no longer needed.
  • Monitoring your state stores.

:vhs: Find more Meetups Meetup Hub
:earth_africa: Join the Community

*Resources
Slides

1 Like

Loved the use of monitoring tools, @nbuesing !

1 Like