Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 427 Bytes

M2 CDC Indexer

This module is used for watching redis streams and index provided ids.

Expectations:

  1. configuration will be in app/etc/env.php
  2. process will run as long as memory allows.

TODOs:

  1. Report to NewRelic transaction for each message separately
  2. Enable concurrent workers

Start as usual:

bin/magento cdc:watch catalog_category_product

For more help:

php bin/magento cdc:watch --help