Add config & logic to control how updates are collapsed in the Consumer. (#97)

* Set PARTIAL as the default.
9 files changed
tree: 55cf25e72ba86d600894a5172e9b397cc251207b
  1. .github/
  2. crossdc-commons/
  3. crossdc-consumer/
  4. crossdc-producer/
  5. encryption/
  6. gradle/
  7. .asf.yaml
  8. .gitattributes
  9. .gitignore
  10. build.gradle
  11. cluster-stop.sh
  12. cluster.sh
  13. CROSSDC.md
  14. ENCRYPTION.md
  15. gradle.properties
  16. gradlew
  17. gradlew.bat
  18. LICENSE
  19. log4j2.xml
  20. manual-test.sh
  21. README.md
  22. settings.gradle
  23. SolrAndKafkaIntegrationTest.java
  24. version.props
README.md

Solr Sandbox

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.