Removing Upstream Sources for a Stream

Explains how to un-register a stream as an upstream source for a stream using either the Control System or the CLI.

About this task

When you remove a stream as an upstream source for a stream, the upstream source stream will stop sending updates to the stream.

Removing Upstream Sources for a Stream Using the Control System

Procedure

  1. Log in to the Control System and go the Replication tab in the stream information page.
  2. Select the upstream sources to remove in the Upstream Sources pane and click Remove Upstream Source(s).
    The Remove Upstream Source(s) confirmation window displays.
  3. Verify the list and click Remove Upstream Source.
    This action un-registers the selected stream(s) as upstream source(s) for this stream.

Removing Upstream Sources for a Stream Using the CLI or REST API

About this task

The command to decouple upstream sources is:

maprcli stream upstream remove -path <stream path> -upstream <upstream stream path>

For complete reference information, see stream upstream remove.