streams 4.0.0 API

Packages
Package
Description
Provides the Kafka Streams library for building streaming data applications.
Provides common exception classes for Streams applications.
Provides a high-level programming model (DSL) to express a (stateful) data flow computation over input streams and tables.
Provides a low-level programming model (Processor API, aka, PAPI) to express a (stateful) data flow computation over input topics.
Provides a low-level programming model (Processor API, aka, PAPI) to express a (stateful) data flow computation over input topics.
Provides classes and interfaces used to manage and assign tasks within Kafka Streams applications.
Provides classes for assigning tasks to stream threads.
Provides a query API (aka Interactive Queries) over state stores, for extracting data from a stateful Kafka Streams application.
Provides interfaces for managing the intermediate state of a stateful streams application.