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

Mode config option is not marked as required #1404

Open
Jeaksen opened this issue Mar 22, 2024 · 0 comments
Open

Mode config option is not marked as required #1404

Jeaksen opened this issue Mar 22, 2024 · 0 comments

Comments

@Jeaksen
Copy link

Jeaksen commented Mar 22, 2024

When fetching config options from Kafka Connect REST API endpoint
GET /connector-plugins/io.confluent.connect.jdbc.JdbcSourceConnector/config the only entries marked as required are:

  • connection.url
  • name
  • connector.class

However validating a config consisting only of those fields results in an error:

{
    "error_code": 500,
    "message": "org.apache.kafka.common.config.ConfigException: Query mode must be specified"
}

Specifying "mode" option fixes this error, however, it is not marked as required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant