Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@cookel2 cookel2 released this 03 Aug 11:12
· 49 commits to develop since this release

These are the changes in this release:

At start-up the Search Reindex Tracker now starts up the following Kafka consumer group and associated topics:

Kafka Consumer Group:

  • "dp-search-reindex-tracker

Kafka Topics:

  1. reindex-requested
  2. search-data-imported
  3. reindex-task-counts

They each get closed as part of the graceful shutdown.

They have also each been added to the health check.