I’m trying to stream data from my confluent kafka cluster into Foundry. The confluent kafka topic has a schema registry associated with it but there is no way to specify the schema registry credentials in the default Kafka source in the foundry data connection. How can I go about implementing this?
As of right now, when I specify the bootstrap url of the cluster and the SASL credentials, I’m able to list the topics on the cluster inside foundry, but it is unable to preview any data/messages inside those topics (I see. 0 rows). I’m not sure what is wrong.
Any help would be appreciated!