Referential transparency issue with transform()

2018-09-24 Thread Stéphane . D .
Hi, We just stumbled upon an issue with KStream.transform() where we had a runtime error with this code: ``` DeduplicationTransformer transformer = new DeduplicationTransformer<>(...); stream.transform(() -> transformer, ...) ``` The error was: Failed to process stream task 0_0 due to the follow

No referential transparency with transform() ?

2018-09-24 Thread Stéphane . D .
Hi, We just stumbled upon an issue with KStream.transform() where we had a runtime error with this code: ``` DeduplicationTransformer transformer = new DeduplicationTransformer<>(...); stream.transform(() -> transformer, ...) ``` The error is: Failed to process stream task 0_0 due to the followi

Re: Any simple UI Tool for Kafka

2019-08-24 Thread Stéphane . D .
There is also conduktor, which is desktop-based (disclaimer: author). On Sat 24 Aug 2019 at 06:19, Revanth Kumar < revanthsinghrathode1...@gmail.com> wrote: > i have used kafka tool earlier its good ❤ working fine > > On Sat, 24 Aug, 2019, 9:48 AM Eliza, wrote: > > > Hi > > > > Rahul Singh wrote