Issue with StreamsBuilder.stream(Pattern)

2021-06-08 Thread Will Bartlett
Hi all, I'm hitting a NPE in a very basic repro. It happens when toString() is called on the StreamSourceNode. It is just in logging code (debug), so no real issue. Essentially: val builder = StreamsBuilder() builder.stream(Pattern.compile("foo"), Consumed.with(Serdes.ByteArray(), Serdes.ByteArr

Re: Issue with StreamsBuilder.stream(Pattern)

2021-06-08 Thread Will Bartlett
imal repro example? > > Best, > Bruno > > On 08.06.21 16:51, Will Bartlett wrote: > > Hi all, > > > > I'm hitting a NPE in a very basic repro. It happens when toString() is > > called on the StreamSourceNode. It is just in logging code (debug), so no > > r