10 lines
244 B
JSON
Executable File
10 lines
244 B
JSON
Executable File
{"name": "mongo-source",
|
|
"config": {
|
|
"connector.class":"com.mongodb.kafka.connect.MongoSourceConnector",
|
|
"connection.uri":"mongodb://localhost:27017",
|
|
"database":"strava",
|
|
"collection":"workout",
|
|
"copy.existing": true
|
|
}
|
|
}
|