Explains how to view the list of replicas for a stream using the Control System and the CLI.
| Column Name | Column Description |
|---|---|
| Paused | Specifies whether replication is paused. |
| Destination Cluster & Type | The cluster on which the replica stream resides. |
| Destination Path | Specifies the name and path of the replica stream. |
| Status | The status of the replica. Replicas can be in one of
the following states:
|
| Earliest | The date of the oldest message that has yet to be replicated. |
| Latest | The date of the newest message that has yet to be replicated. |
| Errors | Indicates if there were errors during replication. |
| Compression Type | The type of on-wire compression. |
| Synchronous | Specifies whether replication is synchronous. |
| Throttled | Specifies whether replication operations are throttled. |
| Encrypted | Specifies whether on-wire encryption is enabled. |
The command to pause a replication is:
maprcli stream replica pause -path <stream path> -replica <remote stream path>
For complete reference information, see
stream replica pause.