Unverified Commit 06364fbe authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Refactor the transform process management. (#194)

* Refactor the transform process management.

Make the transform process a sibling process to the receive and catchup
processes, where it was started by the receive process before. This
refactoring simplifies our process management and prepares for being able to
transition from the prefetch model to the live replay model.

* More refactoring, also name our queues.

Improve debugging and process management, and share more code to start the
follow sub-processes and supervise them, in a way that the same supervision
code applies to many of our modes of operations: prefetch, prefetch and
catchup, and soon, replay.
parent 52a469fb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment