1. a7a07cb Update ENCRYPTION.md to describe EncryptionBackupRepository. (#107) by Bruno Roustant · 3 weeks ago main
  2. 5982f75 Fix EncryptionUpdateLog.encryptLog() and its test. (#105) by Bruno Roustant · 3 weeks ago
  3. 3464284 EncryptionBackupRepository to back up encrypted files. (#106) by Bruno Roustant · 3 weeks ago
  4. 16bb050 Remove encryption log prefix. (#104) by Bruno Roustant · 4 weeks ago
  5. 1de1ce5 Shard split supports encryption. (#103) by Bruno Roustant · 5 weeks ago
  6. 130ba53 Remove EncryptionDirectory.shouldCheckEncryptionWhenReading optimization. (#102) by Bruno Roustant · 9 weeks ago
  7. 6e0d0a4 Update to Solr 9. (#100) by Andrzej Białecki · 3 months ago
  8. 50b8f9b Refactor EncryptionRequestHandlerTest and update encryption.md about jdk 17. (#99) by Bruno Roustant · 4 months ago
  9. 0f6504b Add config & logic to control how updates are collapsed in the Consumer. (#97) by Andrzej Białecki · 6 months ago
  10. 1cd9a8d Add endpoint to expose consumer metrics. (#94) by Andrzej Białecki · 6 months ago
  11. 1951920 Encrypt handler calls EncryptionUpdateLog to reencrypt logs. Rewrite the test. (#96) by Bruno Roustant · 6 months ago
  12. ef11a85 Add support for optional DBQ expansion. (#91) by Andrzej Białecki · 6 months ago
  13. 47e941a Producer metrics (#87) by Marcin Górski · 6 months ago
  14. 5ccd46e Remove useless system properties cleanup in encryption tests. (#92) by Bruno Roustant · 6 months ago
  15. 2760bfb Increase MAX_ATTEMPTS for this test, to avoid sending messages to DLQ. Fix slf4j binding issue. (#90) by Andrzej Białecki · 6 months ago
  16. 081edd5 Upgrade Kafka to version 3.5.1. (#85) by Andrzej Białecki · 7 months ago
  17. 0377460 Fix KafkaCrossDcConsumer NPE, add unit test. (#88) by Andrzej Białecki · 7 months ago
  18. 9baea9c Encryption classes use arrays instead of ByteBuffers. (#86) by Bruno Roustant · 7 months ago
  19. c816e78 Dead letter queue fix (#82) by Marcin Górski · 7 months ago
  20. 2f923d4 Encryption KeySupplier extends Closeable. (#84) by Bruno Roustant · 7 months ago
  21. 5e89f6e Improve encryption tests to run on multiple hosts and shards. (#83) by Bruno Roustant · 7 months ago
  22. 9575cd0 Fix missing support for other request types. (#81) by Andrzej Białecki · 7 months ago
  23. ebf735f KafkaCrossDcConsumerTest fix (#80) by Marcin Górski · 7 months ago
  24. 7951d41 Update the CrossDC documentation. (#78) by Andrzej Białecki · 8 months ago
  25. e978a7a Ignore producer URP (if disabled) in standalone mode (#79) by Jason Gerlowski · 8 months ago
  26. e0193cf Add dead letter queue functionality on the producer and consumer side (#70) by Marcin Górski · 8 months ago
  27. 713d634 Add support for mirroring ConfigSet requests. (#69) by Andrzej Białecki · 8 months ago
  28. 66d2a82 Add support for mirroring plain commit requests. (#74) by Andrzej Białecki · 8 months ago
  29. a431554 Refactor how the encryption key cookie is built. Reword ENCRYPTION.md. (#77) by Bruno Roustant · 8 months ago
  30. fe86764 Add support for mirroring Collection Admin commands. (#68) by Andrzej Białecki · 8 months ago
  31. feecdb7 Support update logs encryption and re-encryption. (#76) by Bruno Roustant · 8 months ago
  32. a760a4c Add serialization unit test. (#66) by Andrzej Białecki · 8 months ago
  33. 35fc2c2 Add the requet back to the queue on fail, not just the last record. (#75) by Mark Robert Miller · 8 months ago
  34. 7d7f59e Change EncryptionRequestHandler perm to CORE_EDIT_PERM. (#72) by Bruno Roustant · 9 months ago
  35. fc865c1 Add CharStreamEncrypter. (#71) by Bruno Roustant · 9 months ago
  36. 92cabca Fix race where update batches on consumer could cause polling loop to exit due to hitting Kafka's aggressive multi-threaded prevention. by markrmiller · 9 months ago
  37. 55aa6fa Use a second executor for offset updates. by markrmiller · 9 months ago
  38. 9ea4e99 Add 'collection' MDC to more producer logs (#57) by Jason Gerlowski · 9 months ago
  39. ec350a9 Allow using collection properties to configure crossdc updatehandler. (#65) by Mark Robert Miller · 9 months ago
  40. bb18cca Cleanup EncryptionUpdateHandler by upgrading to solr-core:9.3.0. (#64) by Bruno Roustant · 10 months ago
  41. 9163b31 Fix EncryptionMergePolicy to reencrypt each segment separately. (#63) by Bruno Roustant · 10 months ago
  42. 45f7455 Encryption KeySupplier supports params to get the key cookie. (#60) by Bruno Roustant · 10 months ago
  43. 50ec3c2 Producer uses first topic name if it's a list by markrmiller · 10 months ago
  44. b2d6106 Revert some config defaults to Kafka defaults. by markrmiller · 10 months ago
  45. 9dbcbff Apply request timeout for kafka to consumer as well. (#62) by markrmiller · 10 months ago
  46. 881bf2d Update some logging, add a couple kafka consumer config options. by markrmiller · 10 months ago
  47. 03dd3c0 Fix a non working config option, update docs. (#58) by Mark Robert Miller · 10 months ago
  48. 5238ca6 Some refactoring, a bunch of simple mock tests, test fixes & improvements, dep updates and fixes, rework offset management.. (#56) by Mark Robert Miller · 1 year, 1 month ago
  49. 7b53bb3 Increment versions. (#55) by Mark Robert Miller · 1 year, 2 months ago
  50. 8754d0d Fix up test. (#54) by Mark Robert Miller · 1 year, 2 months ago
  51. 5bb18df Move batching from solr+kafka to just kafka. (#53) by Mark Robert Miller · 1 year, 2 months ago
  52. 0a59838 Add encryption module. by Bruno Roustant · 1 year, 2 months ago
  53. e68c00b Merge crossdc-wip into main. (#50) by Mark Robert Miller · 1 year, 7 months ago
  54. 86743b8 Add crossdc module (#3) by Anshum Gupta · 3 years, 2 months ago
  55. 9f742a0 Update ASF Yaml for Solr TLP move by Houston Putman · 3 years, 2 months ago
  56. 785bee9 Setup gradle for sandbox root (#2) by Anshum Gupta · 3 years, 4 months ago
  57. ec6943c Create .asf.yaml (#1) by Anshum Gupta · 3 years, 4 months ago
  58. 4aa126f Add README.md, LICENSE, and .gitignore files by Anshum Gupta · 3 years, 4 months ago