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
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
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