Re: Regarding secrets or external configurations with other datatypes besides Strings

2023-09-18 Thread Yash Mayya
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

Regarding secrets or external configurations with other datatypes besides Strings

2023-09-18 Thread Yeikel Santana
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