-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: ready for confirmationPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: PR in progressProject: API Changes
Milestone
Description
Description
This issue is a part of #32062.
The following deprecated interface should be removed in 2.5-develop branch:
lib/internal/Magento/Framework/MessageQueue/ConfigInterface.php
.
Problem
In most cases this interface is only passed in the constructor and is not used.
But there are a few places where it or its constants are still used.
Used in:
\Magento\MessageQueue\Console\ConsumerListCommand
\Magento\Framework\MessageQueue\Code\Generator\Config\RemoteServiceReader\MessageQueue
\Magento\Framework\MessageQueue\Config\Consumer\ConfigReaderPlugin
\Magento\Framework\MessageQueue\Config\Publisher\ConfigReaderPlugin
\Magento\Framework\MessageQueue\Config\Reader\Env\Validator
\Magento\Framework\MessageQueue\Config\Reader\Xml\Converter\TopicConfig
\Magento\Framework\MessageQueue\Config\Topology\ConfigReaderPlugin
Metadata
Metadata
Assignees
Labels
Issue: ready for confirmationPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: PR in progressProject: API Changes