lightbend/kafka-streams-scala

Issue with KStreams transform returning null

mtebourbi opened this issue · 1 comments

Regarding the javadoc of transform function of KStream class null return values are possible when we want to discard values.
The actual wrapper code pattern match the result to a tuple which raise a MatchError.

Fixed via #36.