We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
playground connector create-or-update --connector mysql-source2 --initial-state STOPPED << EOF { "connector.class":"io.confluent.connect.jdbc.JdbcSourceConnector", "tasks.max":"1", "connection.url":"jdbc:mysql://mysql:3306/mydb?useSSL=false", "connection.user":"user", "connection.password":"password", "table.whitelist":"team", "mode":"timestamp+incrementing", "timestamp.column.name":"last_modified", "incrementing.column.name":"id", "topic.prefix":"mysql-", "table.poll.interval.ms": "10000", "batch.max.rows": "5000", "query":"SELECT * FROM team WHERE last_modified > '1970-01-01 00:00:00'" } EOF
"query": "SELECT README.md docker-compose.plaintext.mtls-db-auth.yml ..."
The text was updated successfully, but these errors were encountered:
#6005
52c2103
vdesabou
No branches or pull requests
The text was updated successfully, but these errors were encountered: