Skip to content
New issue

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

--initial-state breaking connection.url and query #6005

Open
vdesabou opened this issue Nov 21, 2024 · 0 comments
Open

--initial-state breaking connection.url and query #6005

vdesabou opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
Fix required 👨‍🔧 This is a bug that requires a fix

Comments

@vdesabou
Copy link
Owner

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 ..."
@vdesabou vdesabou added the Fix required 👨‍🔧 This is a bug that requires a fix label Nov 21, 2024
@vdesabou vdesabou self-assigned this Nov 21, 2024
@vdesabou vdesabou changed the title --initial-state breaking connection.url and quey --initial-state breaking connection.url and query Nov 21, 2024
vdesabou added a commit that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix required 👨‍🔧 This is a bug that requires a fix
Projects
None yet
Development

No branches or pull requests

1 participant