Viewing the List of Stream Replicas
Explains how to view the list of replicas for a stream using the Control System and the CLI.
Viewing the List of Stream Replicas Using the Control System
Procedure
Log in to the Control System and go to the
Replication tab in the stream information page.
The Replicas pane displays the the list of replicas
for the selected stream and for each replica, the pane displays the following:
Selecting the checkbox beside a replica makes the Actions drop-down
menu available. You can:
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. |
Viewing the List of Stream Replicas Using the CLI or REST API
About this task
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
.