renderedimage¶
Deprecated. Superseded by eslimage.
renderedimage.v1 was the single authoritative page image before the PLT-2487 split into separate Studio and ECC rendering paths. Both studio-renderer and the ECC path competed to write records under the same ID pattern, creating race conditions during renderer switches.
PLT-2487 replaced it with a clean three-DTO pipeline: studio-renderer writes studioeslimage, ecc-image-render-service writes ecceslimage, and eslimage-merger combines them into eslimage.
renderedimage is still written by a bridge in dtoflow-migration-helper until dtoflow-transmission migrates its subscription to eslimage.v1, at which point the bridge and this DTO are removed.
See eslimage for the current final-image DTO, and ADR-003 for the architectural rationale.