0

I am trying to setup kafka connect in Intellij IDE so that I can understand how it works especially the way it loads the jar files in the plugin path and how it calls the methods present in the jar so that I can develop solutions on top of that. I have searched for docs but I am not able find any good guide that explains on this. please help me by providing any information available for the same.

1 Answers1

0

You would clone Kafka source code

Then you can set breakpoints in the connect module, and attach a remote debugger to a running Connect JVM

What is a simple, effective way to debug custom Kafka connectors?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245