Some refactoring, a bunch of simple mock tests, test fixes & improvements, dep updates and fixes, rework offset management.. (#56)

* Some refactoring, a bunch of simple mock tests, test fixes & improvements, dep updates and fixes, rework offset managment..

* Version bump.
29 files changed
tree: 0cd20a868c418bae2f559a84adddf94a8cac1cb1
  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. gradlew
  16. gradlew.bat
  17. LICENSE
  18. log4j2.xml
  19. manual-test.sh
  20. README.md
  21. settings.gradle
  22. SolrAndKafkaIntegrationTest.java
  23. 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.