Hi Yeikel,
Connector configurations are represented as String key-value pairs
throughout Kafka Connect, including during the creation of connectors
(regardless of whether or not any config providers are configured),
configuration updates etc. The Javadoc for the Connector class [1] and the
connect
Hello all,
>From what I've seen so far, with
>https://cwiki.apache.org/confluence/display/KAFKA/KIP-297%3A+Externalizing+Secrets+for+Connect+Configurations,
> Kafka provides a mechanism to externalize secrets, which was later extended
>with
>https://cwiki.apache.org/confluence/display/KAFKA/KIP