Add multiple consumers

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18

Start multiple consumer instances with different CONSUMER_NAME values to scale horizontally:

python -c "import consumer; consumer.CONSUMER_NAME = 'consumer-2'" &
python -c "import consumer; consumer.CONSUMER_NAME = 'consumer-3'" &