Skip to content

Instantly share code, notes, and snippets.

@diegoicosta
Last active July 11, 2017 13:08
Show Gist options
  • Save diegoicosta/3e9ceb2f5ee0a638ab4e36b1a7d83dec to your computer and use it in GitHub Desktop.
Save diegoicosta/3e9ceb2f5ee0a638ab4e36b1a7d83dec to your computer and use it in GitHub Desktop.
{
"name": "cdc-mysql-source",
"config": {
"connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
"tasks.max": 1,
"connection.url": "jdbc:mysql://127.0.0.1:6603/mini-paycom?user=root&password=root",
"table.whitelist": "payment,order",
"mode": "timestamp+incrementing",
"timestamp.column.name": "updated_at",
"incrementing.column.name": "id",
"timestamp.delay.interval.ms": 2000,
"topic.prefix": "paycom-"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment