Disabling a Stream
Is there an easy way to disable a stream for delivery? We have a number of streams that are not be used anymore. I know that I can setup the process on the stream so that no one can deliver code to it anymore. But I was wondering if there was a way to generally disable a stream from being used. We would like to keep the stream around for historical reasons but disable it from any changes.
Thanks,
Kevin
Thanks,
Kevin
2 answers
You have a couple of options:
1. Baseline the components in the stream, then delete the stream. But this may make it hard to reproduce the exact configuration of all the baseline together.
2. Create a snapshot of the stream, move the snapshot to a stream that you still care about, then delete the stream. You can always re-create the stream later from the snapshot.
3. Move the stream to a team area which is configured to restrict on stream operations replace component/drop component/deliver, etc.
Cheers,
Jean-Michel
1. Baseline the components in the stream, then delete the stream. But this may make it hard to reproduce the exact configuration of all the baseline together.
2. Create a snapshot of the stream, move the snapshot to a stream that you still care about, then delete the stream. You can always re-create the stream later from the snapshot.
3. Move the stream to a team area which is configured to restrict on stream operations replace component/drop component/deliver, etc.
Cheers,
Jean-Michel