Guest User

Untitled

a guest
Sep 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "name": "mysql-source",
  3. "config": {
  4. "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
  5. "key.converter": "io.confluent.connect.avro.AvroConverter",
  6. "key.converter.schema.registry.url": "http://localhost:8081",
  7. "value.converter": "io.confluent.connect.avro.AvroConverter",
  8. "value.converter.schema.registry.url": "http://localhost:8081",
  9. "incrementing.column.name": "Id",
  10. "tasks.max": "1",
  11. "table.types": "VIEW",
  12. "table.whitelist": "ticket_rep",
  13. "mode": "incrementing",
  14. "topic.prefix": "mysql-",
  15. "name": "mysql-source",
  16. "validate.non.null": "false",
  17. "connection.url": "jdbc:mysql://XX.XXX.XX.XX:3306/database?
  18. user=user&password=password"
  19. }
  20.  
  21. }
Add Comment
Please, Sign In to add comment