This document describes the supported feeds for the Accounts microservice.

Supported Feeds

The supported feeds for the Account microservice are as follows:

accountpublish Feed

The Account Publisher feed is used to create/clone the existing data from the lower DB (authoring DB) to live DB (publisher DB). There are three types of publishing:

  • FULL: Publishes the complete data from the Authoring DB to the Live DB.
    Note: You need to run this type of feed when you have a complete change in the data.
  • INCREMENTAL: Publishes the incremental data from the Authoring DB to the Live DB
    Note: You need to run this type of feed when you have minimal updates in data.
  • ROLLBACK: Restores the data from the previous full version.

The frequency to run this feed is ONDEMAND.

In the Feed admin console, you can view the feed summary and history details.


Revision History
2022-11-18 | SW – Updated content for 8.13 release.
2021-03-09 | AN – Updated content for 8.11 release.
2019-01-21 | PLK – Page added.