{"id":13735168,"url":"https://github.com/MSurendra/kafka-connect-solr","last_synced_at":"2025-05-08T11:32:18.829Z","repository":{"id":73214470,"uuid":"56825925","full_name":"MSurendra/kafka-connect-solr","owner":"MSurendra","description":"Kafka connector for Solr Sink","archived":false,"fork":false,"pushed_at":"2016-06-17T04:46:57.000Z","size":15,"stargazers_count":16,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-03T03:04:33.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MSurendra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-22T04:21:38.000Z","updated_at":"2024-08-03T03:04:37.410Z","dependencies_parsed_at":"2023-02-25T22:15:49.174Z","dependency_job_id":null,"html_url":"https://github.com/MSurendra/kafka-connect-solr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSurendra%2Fkafka-connect-solr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSurendra%2Fkafka-connect-solr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSurendra%2Fkafka-connect-solr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MSurendra%2Fkafka-connect-solr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MSurendra","download_url":"https://codeload.github.com/MSurendra/kafka-connect-solr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224727173,"owners_count":17359532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T03:01:03.684Z","updated_at":"2024-11-15T03:31:28.787Z","avatar_url":"https://github.com/MSurendra.png","language":"Java","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# kafka-connect-solr\n\nKafka Connect Solr for writing data to Solr. The SolrSinkTask can be configured with the following configuration.\n\n\u003cpre\u003e\n\u003ccode\u003e\nsolr.cluster.url=http://localhost:8983/solr/kafka-solr/update/json?commit=true\nsolr.cluster.name=kafka-solr-sink-sample\nbulk.size=500\naction.type=insert\nsolr.doc.converter=com.apache.kafka.connect.solr.converter.SolrJsonDocConverter\n\u003c/code\u003e\n\u003c/pre\u003e\n\n`solr.doc.converter` is a `com.apache.kafka.connect.solr.converter.Converter` that needs to be configured. This will take a SinkRecord object and serialize it in to JSON bytes that can be written to Solr.\n\nIf the data in Kafka is already in JSON format then you can use the `com.apache.kafka.connect.solr.converter.SolrJsonDocConverter` that is available with this library.\n\nIf the data in Kafka is in Avro format then you can use the `com.apache.kafka.connect.solr.converter.SolrAvroJsonDocConverter` that is available with this library.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMSurendra%2Fkafka-connect-solr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMSurendra%2Fkafka-connect-solr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMSurendra%2Fkafka-connect-solr/lists"}