==================== Basic Authentication ==================== This example will connect to a Solr Cloud cluster using basic authentication. .. code-block:: json :caption: Configuration { "connector.class" : "com.github.jcustenborder.kafka.connect.solr.CloudSolrSinkConnector", "topic" : "", "solr.zookeeper.hosts" : "zookeeper.example.com:2181", "solr.username" : "freddy", "solr.password" : "password12345" }