Hello,
I have an spark streaming application which recives data from a kafka topic.
I want to debug it in intellij but the moment after scc.start(), none of breakpoins work. The code is running but doesn't stop at breakpoints.
I have tried making a new remote debuger using java_opts, but it doesn't work either.
Does any one have a solution?