Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active December 12, 2019 17:03
Show Gist options
  • Save recursivecodes/b9fd19c1d21fabfa8ed440b4b7a1e01a to your computer and use it in GitHub Desktop.
Save recursivecodes/b9fd19c1d21fabfa8ed440b4b7a1e01a to your computer and use it in GitHub Desktop.
connector-config.json
{
"name": "oss-atp-connector",
"config": {
"connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
"tasks.max": "100",
"connection.url": "jdbc:oracle:thin:@demodb_high?TNS_ADMIN=/wallet",
"connection.user": "coannectdemo",
"connection.password": "Str0ngP@$$word1234",
"mode": "incrementing",
"incrementing.column.name": "ID",
"topic.prefix": "demo-stream-",
"table.whitelist": "TEST",
"numeric.mapping": "best_fit"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment