Skip to content

C++ SDK: add replication prefix setting #134

Description

@mother-6000

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions