Guest User

Untitled

a guest
Dec 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. curl -X POST -H "Content-Type: application/json" --data "{ "name": "ib_connector","config": { "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector", "tasks.max": 1,"connection.url": "jdbc:interbase://remoteip:3050/TEST2.gdb?user=SYSDBA&password=masterkey","mode": "timestamp+incrementing", "incrementing.column.name": "id","timestamp.column.name": "modified", "topic.prefix": "test-interbase-", "poll.interval.ms": 1000 } }" http://localhost:8083/connectors.
Add Comment
Please, Sign In to add comment