I\'m working a couple of Kafka connectors and I don\'t see any errors in their creation/deployment in the console output, however I am not getting the result that I\'m looki
Connector module is executed by the kafka connector framework. For debugging, we can use the standalone mode. we can configure IDE to use the ConnectStandalone main function as entry point.
create debug configure as the following. Need remember to tick "Include dependencies with "Provided" scope if it is maven project
connector properties file need specify the connector class name "connector.class" for debugging