caf_sharing/plug_sharing

Plug that maintains replicas of Shared Maps accessed by local CAs, and connects to backend services for their persistance, and tracking of updates.

The name of this component in framework.json should be sharing.

Properties:

 { persistService: string, routeService: string}

where persistService, e.g., cp, checkpoints Shared Maps, and routeService, e.g., cp2, propagates updates to replicas. See external:caf_redis for details.

Source:

Extends