KStream is a kafka streams implementation written in Golang. It is
heavily influenced by Kafka-Streams(Java) library and includes features such as Streams, Tables, State Stores,
EOS
support, and so on.
Features
Streams: Leverage the streaming capabilities of KStream to process and transform data in real-time.
Tables: Utilize tables to perform aggregations, joins, and other advanced operations on the data streams.
State Stores: Benefit from built-in state stores for efficient storage and retrieval of stream data.
EOS Support: Enjoy the reliability of exactly-once semantics with KStream's support
for EOS.