The connector is used to load data to Kafka from a Socket.
You can build the connector with Maven using the standard lifecycle phases:
mvn clean
mvn package
name=socket-connector
connector.class=org.apache.kafka.connect.socket.SocketSourceConnector
tasks.max=1
topic=topic
schema.name=socketschema
port=12345
batch.size=100