Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. "name": "cdc-mysql-source",
  3. "config": {
  4. "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
  5. "tasks.max": 1,
  6. "connection.url": "jdbc:mysql://127.0.0.1:6603/paycom?user=root&password=root",
  7. "table.whitelist": "payment,order",
  8. "mode": "timestamp+incrementing",
  9. "timestamp.column.name": "updated_at",
  10. "incrementing.column.name": "id",
  11. "timestamp.delay.interval.ms": 2000,
  12. "topic.prefix": "paycom-"
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement