Ewen Cheslack-Postava created KAFKA-4388:
--------------------------------------------
Summary: Connect key and value converters are listed without
default values
Key: KAFKA-4388
URL: https://issues.apache.org/jira/browse/KAFKA-4388
Project: Kafka
Issue Type: Bug
Components: KafkaConnect
Affects Versions: 0.10.1.0
Reporter: Ewen Cheslack-Postava
Assignee: Ewen Cheslack-Postava
Priority: Minor
KIP-75 added per connector converters. This exposes the settings on a
per-connector basis via the validation API. However, the way this is specified
for each connector is via a config value with no default value. This means the
validation API implies there is no setting unless you provide one.
It would be much better to include the default value extracted from the
WorkerConfig instead so it's clear you shouldn't need to override the default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)