Kevin Thorne

Results 11 comments of Kevin Thorne

I believe I'm currently dealing with this... ``` { "name": "my-jdbc-connector", "config": { "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector", "tasks.max": "1", "connection.url": "jdbc:sqlserver://xxx/xxx", "connection.user": "xxx", "connection.password": "xxx", "mode": "incrementing", "incrementing.column.name": "id", "topic.prefix": "jdbc-", "name":...