Skip to content

WIP: Praefect: change of event persistence interface.

Pavlo Strokov requested to merge ps-queue-interface-for-replication into master

ReplJobsDatastore was replaced with ReplicationEventQueue. Old implementation and tests were removed. Tests were adopter to the new interface as well. slice package created for common slice operations. In-memory implementation of new interface used in production. In-memory and Postgres implementations of the queue were aligned.

Part of: #2166 (closed)

Edited by Pavlo Strokov

Merge request reports