Releases: ONSdigital/dp-search-reindex-tracker
Releases · ONSdigital/dp-search-reindex-tracker
Release 0.7.0
Upgrade dp-kafka version.
Update Go version.
Updates to makefile.
Updates to job based on reindex count.
Documentation updates.
Release 0.6.0
This release contains the following main changes:
- Update reindex task count schema to include extraction completed flag
- Update job and task based on data consumed from reindex-tasks-count
Release 0.5.0
Update container base to Ubuntu 20.04
Release 0.4.0
This release pr contains the following:
- Consumes messages from reindex-task-counts
Release 0.3.0
In this release:
- Refactor consumer.go with go generics in #5 by @justinpjose
- Add search reindex api client via api router in #6 by @justinpjose
- Use dp-kafka v3 for kafka message consuming in #9 by @justinpjose
- Upgrade to Go 1.19
Release 0.2.0
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:
- reindex-requested
- search-data-imported
- reindex-task-counts
They each get closed as part of the graceful shutdown.
They have also each been added to the health check.
Release 0.1.0
- Create
dp-search-reindex-tracker
by @justinpjose in #1
Release PR: #2