commit | 5bb18df43fbab85043dd9b9b30319a4073ccffca | [log] [tgz] |
---|---|---|
author | Mark Robert Miller <markrmiller@apache.org> | Mon Apr 10 16:13:05 2023 -0500 |
committer | GitHub <noreply@github.com> | Mon Apr 10 16:13:05 2023 -0500 |
tree | c25cc2a2c3c52b8d82985c6729d197b351adc95b | |
parent | 0a59838ce9326f016237004dc02da7b8640e43f2 [diff] |
Move batching from solr+kafka to just kafka. (#53) * Move batching from solr+kafka to just kafka. Make consumer multi-threaded. Fix flakey tests. Allow multiple collections to use the same topic on the same consumer. Consumer can subscribe to multiple topics. Default to a hard fail for the client when update is too large for Kafka queue. * Few minor updates. * Add 22 to absolutely ensure unique id.
The solr sandbox repository serves as a place to host contributions that are not a part of core solr.
This allows for contributors to try out new ideas without affecting the main project.
The Lucene sandbox, which provides the same value for Lucene centric code, is currently a module within the main lucene-solr repository.