Skip to content

Commit

Permalink
Improve postInit message in the sample CustomKafkaConnectorAdapter class
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Mar 12, 2024
1 parent 24b0973 commit b7e4e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CustomKafkaConnectorAdapter extends KafkaConnectorMetadataAdapter {

@Override
public void postInit(Map parameters, File adapterDir) {
System.out.println("Custom KafkaConnector Adapter initialized");
System.out.println("###### Custom KafkaConnector Adapter initialized ######");
}

@Override
Expand Down

0 comments on commit b7e4e03

Please sign in to comment.