## Goal Compatibility with [KStream](https://kafka.apache.org/documentation/streams/) ## Resources - [faust compatibility](https://faust.readthedocs.io/en/latest/playbooks/vskafka.html) - [Kstream introduction](https://www.confluent.io/blog/introducing-kafka-streams-stream-processing-made-simple/) ## Description I think most of the functionality would be implemented in our `Stream` class. So as soon as you receive a stream, you can apply certain operations.
Goal
Compatibility with KStream
Resources
Description
I think most of the functionality would be implemented in our
Streamclass. So as soon as you receive a stream, you can apply certain operations.