Re: DataStream from kafka topic

2021-03-31 Thread Arian Rohani
d a sink of your choice and simply running the application form the main method in debug mode and setting a breakpoint right before it throws the exception. Kind regards, Arian Rohani Den ons 31 mars 2021 kl 13:27 skrev Matthias Pohl : > Hi Maminspapin, > I haven't worked with Kaf

Re: DataStream from kafka topic

2021-04-01 Thread Arian Rohani
application is throwing the exception which is specially valuable in circumstances like this where the stacktrace is not super descriptive. Best, Arian Rohani Den tors 1 apr. 2021 kl 15:00 skrev Arvid Heise : > Arian gave good pointers, but I'd go even further: you should have ITCases > whe

Re: Blocking in an Async function

2021-04-29 Thread Arian Rohani
/asyncio.html Best, Arian Rohani Den tors 29 apr. 2021 kl 11:52 skrev Olivier Nouguier < olivier.nougu...@teads.com>: > Hi, > We have a rather classical situation where we use an AsyncRich function > to read from Cassandra (C*) and enrich some domain elements. > > It works great, but