Hi all, what is the best way or best practice for debugging a connector developed for Kafka Connect inside an IDE like IntelliJ or Eclipse ?
Of course I can start Kafka Connect and the connector from the provided script and then attach a remote debugger but I'd like to debug from the connector creation and configuration. Thanks, Paolo