Parent: reductstore/reductstore#1487
Core implementation: reductstore/reductstore#1486
Original feature request: reductstore/reductstore#1466
ReductStore Core now supports replication prefix in the HTTP API and RS_REPLICATION_<ID>_PREFIX provisioning. The setting prepends only the destination entry path: source camera/front with prefix robot-1 becomes destination robot-1/camera/front.
Scope:
- Add
prefix to the C++ replication settings model/API surface.
- Ensure create/update/get/list replication APIs serialize and deserialize the field.
- Update examples/tests/changelog as appropriate.
Acceptance criteria:
- A user can pass
prefix when creating or updating a replication task.
- Returned replication settings expose
prefix.
- Omitted prefix stays backward compatible.
Parent: reductstore/reductstore#1487
Core implementation: reductstore/reductstore#1486
Original feature request: reductstore/reductstore#1466
ReductStore Core now supports replication
prefixin the HTTP API andRS_REPLICATION_<ID>_PREFIXprovisioning. The setting prepends only the destination entry path: sourcecamera/frontwith prefixrobot-1becomes destinationrobot-1/camera/front.Scope:
prefixto the C++ replication settings model/API surface.Acceptance criteria:
prefixwhen creating or updating a replication task.prefix.