Basic Authentication¶
This example will connect to a Solr Cloud cluster using basic authentication.
{
"connector.class" : "com.github.jcustenborder.kafka.connect.solr.HttpSolrSinkConnector",
"topic" : "<required setting>",
"solr.url" : "http://solr.example.com:8993/",
"solr.username" : "freddy",
"solr.password" : "password12345"
}