Package org.apache.kafka.streams.kstream


package org.apache.kafka.streams.kstream
Provides a high-level programming model (DSL) to express a (stateful) data flow computation over input streams and tables. Use StreamsBuilder as entry for your program.