kafka-streams-scala icon indicating copy to clipboard operation
kafka-streams-scala copied to clipboard

Thin Scala wrapper around Kafka Streams Java API

Results 6 kafka-streams-scala issues
Sort by recently updated
recently updated
newest added

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.

Scala version https://github.com/ouertani/kafka-streams-scala/blob/scalish/src/main/scala/com/lightbend/kafka/scala/streams/KafkaStreamsS.scala of KafkaStreams

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?