Indexer and Persister Config versioning and baselining

Document Version Control

Author Name

Publish date

Document Version Control

Author Name

Publish date

1.1.2

 Shashwat Mishra

15/01/2021

Overview

Indexer Service and Persister service now support version handling and are baselined at version 1.0.0 . Whenever the aforementioned services consume any indexing request, they check the version present in the incoming request, if a version is present in the incoming request, the services fetch the applicable service map for that from the config file and proceeds to index the incoming request. On the other hand, if version in incoming request is absent or null, the services fall back to pick up the service mapping corresponding to default base version i.e. 1.0.0 .

Release Highlights

  • Version handling now introduced in indexer and persister service and it is baselined at version 1.0.0 .

Release Features

Feature

Description

Feature

Description

1

Version Handling

Added version handling in Indexer Service

2

Version Handling

Added version handling in Persister Service

Known Issues

  • None

Upcoming Release Features

  • None