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

Hi all !! @jcustenborder @didiez @ilosamart Currently, I'm trying to create a connector that takes messages from the Kafka topic and sends them to Solr standalone core. Topic messages were...

I am facing in issue trying to run the connector in Standard Solr mode, where the ingestion of documents from the topic fails because the solr update URL that is...

In "Standard Solr" mode, there is no way to route messages dynamically to multiple collections using `RegexRouter` as noted in the docs. `HttpSolrSinkTask` should use `topic` to send the documents...

The connector could not be found anymore in confluent-hub, and the link in the README is also broken https://www.confluent.io/hub/jcustenborder/kafka-connect-solr Could it be restored? This is no longer possible: ``` confluent-hub...

Team, How are the transactions across Solr and Kafka handled i.e between a document being indexed to Solr and message in kafka being acknowledged? What if a Solr commit is...

I am running this on CentOS8. Kafka, zookeeper, Kafka-Connect and Solr are running on the same server. Following is the terminal output: [execution error.txt](https://github.com/jcustenborder/kafka-connect-solr/files/5243477/execution.error.txt) My plugin path defined in /usr/local/kafka-connect/connect-standalone.properties...

I've already indexed one topic into solr, I'm now trying to index a separate but related topic into the same collection, due to solr's default functionality this results in the...

Add some related configurations to facilitate users to automatically create Solr Collection on kafka-connect-solr

Need to retry ( without any data loss) based on count from connector config if solr server is down during runtime. In my case, Its working perfectly whenboth connector and...