-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
427: configuration updates message broker #4
427: configuration updates message broker #4
Conversation
@magento run all tests |
@magento run all tests |
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | ||
<module name="Magento_ConfigurationImportMessageBroker"> | ||
<sequence> | ||
<module name="Magento_MessageQueue" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can't depend on Magento module inside Message Broker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
* | ||
* @var string | ||
*/ | ||
protected $schema; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, make it private here and in other places where it's possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replaced
SFAPP-154: WEB-API test failures
@magento run Static Tests |
@magento run Static Tests |
@magento run Integration Tests |
@magento run all tests |
Semantic Version Checker approved
Integration tests is failed Regarding error Magento/ConfigurationImportMessageBroker/composer.json``` Please add mentioned module to the file, by analogy with |
@owlsmage please add https://github.com/magento-commerce/magento2-infrastructure/pull/1395 in the list of Related Pull Requests |
@magento run Magento Health Index, Static Tests |
1 similar comment
@magento run Magento Health Index, Static Tests |
…port_message_broker
@magento run all tests |
…port_message_broker
@magento run all tests |
@owlsmage @lykhachov there's static files failure:
is it outdated information and |
@magento import pr to magento-commerce/storefront-message-broker |
@RuslanKostiv1 the pull request successfully imported. |
@magento run Static Tests |
Сonfiguration import message broker
Description (*)
Module with queue consumer that provides possibility for services to subscribe for configuration changes and receive changed configuration
Related Pull Requests
magento/commerce-data-export#15
https://github.com/magento-commerce/magento2-infrastructure/pull/1395
Fixed Issues (if relevant)
Code Review Checklist (*)
See detailed checklist