Skip to content

10.8.5 requires configuration that breaks workers that use query #1591

@whit0694

Description

@whit0694

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

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions