kafka-streams-scala
kafka-streams-scala copied to clipboard
Thin Scala wrapper around Kafka Streams Java API
I am using 0.11.0 streams I have 3 nodes running kafka cluster of 3 broker and i am running the 3 kafka stream with same application.id each node has one...
Currently, KStreamS#transformValues only has support for ValueTransformer. ValueTransformerWithKey support is needed.
Scalish
Scala version https://github.com/ouertani/kafka-streams-scala/blob/scalish/src/main/scala/com/lightbend/kafka/scala/streams/KafkaStreamsS.scala of KafkaStreams
case classes
Hi, is there any example how to use kafka-streams-scala with case classes ? Thanks,
The `Consumed` class can be provided with `TimstampExtractor`. I suggest add this to the wrapper API.
Any plans to include the state store API in this project?