Migration from renatocason/magento2-module-mq to integrated M2 RabbitMQ message queue framework. Configuration of messaging queues and migration of existing consumer and publisher code.
Changes to swatch-renderer to make compatible with 2.3.x
Removed configurable-customer-data-mixin - throwing a js exception and I didn't need the functionality it provided so just removed it :P
I did all my testing with a not logged in (customer group 0) user and didn't notice that the backend prewarm created a cache per customer group until I moved to production and discovered the dynamic cache update wasn't working as expected with cli prewarm only useing group 0. As I don't have different pricing per customer group I thought it would make sense to have an option to disable caches per customer group and added a new config option to do this.
Migration from renatocason/magento2-module-mq to integrated M2 RabbitMQ message queue framework. Configuration of messaging queues and migration of existing consumer and publisher code.
Changes to swatch-renderer to make compatible with 2.3.x
Removed configurable-customer-data-mixin - throwing a js exception and I didn't need the functionality it provided so just removed it :P
I did all my testing with a not logged in (customer group 0) user and didn't notice that the backend prewarm created a cache per customer group until I moved to production and discovered the dynamic cache update wasn't working as expected with cli prewarm only useing group 0. As I don't have different pricing per customer group I thought it would make sense to have an option to disable caches per customer group and added a new config option to do this.