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 Bruno Cadonna
Hi Will, This looks like a bug to me. Could you please open a Jira with the stacktrace of the exception and a minimal 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 StreamSource

Re: Issue with StreamsBuilder.stream(Pattern)

2021-06-08 Thread Will Bartlett
Hi Bruno, Thanks for the quick reply. https://issues.apache.org/jira/browse/KAFKA-12914 Will On Tue, 8 Jun 2021 at 16:21, Bruno Cadonna wrote: > Hi Will, > > This looks like a bug to me. > > Could you please open a Jira with the stacktrace of the exception and a > minimal repro example? > > B