Start Consumers
This Shell Script is used to start Consumers that are stopped for a given Application Node, Consumer Group Name, and Topic.
If you pass ALL in place of the consumergroupname argument, it results in the start of all Consumers in the given Application Node and Topic.
If the number of running Consumers is equal to the configured count in the Consumer Config Tables, no action is applied.
Configure the arguments and Run the following script in the Event tables in the AAI Config Schema:
./startconsumers.sh <TOPIC_NAME> <CONSUMERGRPNAME>/<ALL>
<HOSTNAME:PORT>
Table C-9 Argument Description Table for Start Consumers
Argument | Description |
---|---|
TOPIC_NAME | The name of the Topic. |
CONSUMERGRPNAME | The name of the Consumer's Group. |
ALL | This value is passed to select all Consumers. |
HOSTNAME:PORT | The details of the server on which Kafka is installed. |
For example:
./startconsumers.sh ECM_TF_SWIFT ECM Users/ALL 192.0.2.1:7780