Hi,
So I have a ECS hosted kafka connect cluster that uses Confluent Bootstrap servers for internal config, status and offsets topics.
I would like to create a Snowflake sink connector for Azure Events Hub and provide the bootstrap server in the connector config pointing to Azure Event Hub bootstrap server. I tried using the property bootstrap.servers
but that does not seem to work. The connector config picks up the Confluent bootstrap server and then fails with and error that the connector cannot access the topic.
Based on the documentation below its my understanding that we can use the property to give the bootstrap server details to the connector. Is this correct?
https://docs.confluent.io/platform/current/connect/references/allconfigs.html
Has anyone been able to set this kind of setup?
Thanks,
Hitesh