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

Re: Regarding Distributed Kafka-connect cluster

2023-09-25 Thread Yash Mayya
Hi Yeikel, Heartbeats and group coordination in Kafka Connect do occur through Kafka, but a Kafka Connect cluster where all workers cannot communicate with each other won't work very well. You'll be able to create / update / delete connectors by making requests to any workers that can communicate

Re: Regarding Distributed Kafka-connect cluster

2023-09-26 Thread Yash Mayya
would render it useless as you mentioned > > Thank you for taking the time > > > > > > > > On Mon, 25 Sep 2023 11:41:18 -0400 Yash Mayya > wrote --- > > > > Hi Yeikel, > > Heartbeats and group coordination in Kafka Connect do occur through Ka