Guest User

Untitled

a guest
Mar 3rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. name=sink-postgres-user
  2. connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
  3. tasks.max=1
  4.  
  5. topics=my-timestamp-user
  6.  
  7. connection.url=jdbc:postgresql://localhost:5432/test?user=admin&password=adminpassword
  8. insert.mode=insert
  9. table.name.format=user
  10. pk.mode=record_value
  11. pk.fields=userid
Add Comment
Please, Sign In to add comment