Kafka Streams is a client library for building stream processing applications on top of Apache Kafka.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>
<version>4.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a Kafka Streams application that reads from an input topic and writes to an output topic.
Start a Kafka broker or use a hosted service.
No dependency data recorded yet.