Deactivate Consumer Group
The script to deactivate a Consumer Group is used to deactivate a Consumer Group that is active. The Consumers are initialized and instantiated at Server startup. Only Consumer Groups that are active are instantiated at Server startup. The activation sets the Active Flag to āNā for a given Consumer. The Consumer Groups that are deactivated are not be instantiated.
The Consumer ID and Topic ID have to be passed to the Shell Script which requires deactivation.
Configure the arguments and Run the following script in the Event tables in the AAI Config Schema:
./deactivateconsumergroup.sh <N_CONSUMER_ID> <N_TOPIC_ID>
Table C-3 Argument Description Table for Deactivate Consumer Group
Argument | Description |
---|---|
N_CONSUMER_ID | The Unique Identifier of the Consumer. |
N_TOPIC_ID | The Unique Identifier of the Topic. |
For example:
./deactivateconsumergroup.sh 1612 SWIFT_TF_01