Apache Kafka Streams Indirect API v2.0.0 - Developers
The Apache Kafka Streams API enables developers to transform streams of data from input topics to output topics. This API is accessible indirectly using Java code.
Apache Kafka is a distributed streaming platform that can be used to publish and subscribe to streams, store streams in a fault-tolerant way, and process streams as they occur.
