magento2-reindex
magento2-reindex copied to clipboard
Deferred Strategy breaks di:compile
Magento version #:
2.2.x
Edition (EE, CE, OS, etc):
CE
Expected behavior:
di:compile runs through without error
Actual behavior:
di:compile throws an error: [ReflectionException]
Class Magento\Framework\MessageQueue\PublisherInterface does not exist
possible solutions:
either remove the feature or drop the magento versions in the composer.json which do not support that interface
Sorry about this... Give me a few to fix this... I need to figure out the Magento version number for MessageQueue
"magento/module-backend": "100.0.|100.1.|100.2.|101.0.|102.0.", "magento/framework": "100.0.|100.1.|101.0.|102.0.|103.0.",
any solution for this...