Re: There seems some issue with javadoc on KStream#transformValues

2020-02-22 Thread Matthias J. Sax
It's a bug in the implementation. It's already fixed for upcoming 2.4.1 and 2.5.0 releases Cf. https://issues.apache.org/jira/browse/KAFKA-9533 -Matthias On 2/22/20 1:46 AM, Sachin Mittal wrote: > Hi, > The javadoc of this method states: > If the return value of ValueTransformer#transform() > <

There seems some issue with javadoc on KStream#transformValues

2020-02-22 Thread Sachin Mittal
Hi, The javadoc of this method states: If the return value of ValueTransformer#transform() is null, no records are emitted. However when I check the underlying processor for the same: KStreamT