kafka-connect-solr icon indicating copy to clipboard operation
kafka-connect-solr copied to clipboard

Kafka Connect connector for writing to Solr.

Results 16 kafka-connect-solr issues
Sort by recently updated
recently updated
newest added

When there is a problem with Message and SOLR is not able to index and returns exception so we get in to the below , How do we resolve this...

We're running Solr 8.4.1 with basic authentication enabled for all type of requests and paths. Next running Kafka Connect with kafka-connect-solr plugin installed and default solrj library replaced with solr-solrj-8.4.1.jar....

Kafka Connect - Connection could not be established between kafka to Solr . Even though i give the wrong solr connection url ,but it is not throwing any error. below...

I am trying to send a plain json messages from kafka to solr. I made it work on local computer but when I try it in the cluster (which has...

HI, Can you give an example of schema/payload used in JSON to add new rows to Solr please ? Thank you

Examining a topic in kafka shows field ordering as desired for Solr update. Yet this connector generates a randomly (not front to back or back to front) SolrInputDocument field list....