-
Notifications
You must be signed in to change notification settings - Fork 991
Open
Description
When deploying a JDBC Source worker after upgrading to 10.8.5 I got this error:
At least one table filtering configuration is required. Provide one of: table.whitelist, table.blacklist, table.include.list, or table.exclude.list.
I believe this was added in #1543
But if an option like table.include.list is provided, then source workers that use the query param throw this error
org.apache.kafka.connect.errors.ConnectException: query may not be combined with whole-table copying settings
That error is coming from
kafka-connect-jdbc/src/main/java/io/confluent/connect/jdbc/JdbcSourceConnector.java
Line 128 in 5c46c3a
| throw new ConnectException(JdbcSourceConnectorConfig.QUERY_CONFIG + " may not be combined" |
So it seems that with 10.8.5 I can only deploy a query source worker with configuration that breaks my query source worker.
Metadata
Metadata
Assignees
Labels
No labels