- Issue created by @fgm
📌 Queue factory services do not conform to an interface RTBC adds a QueueFactoryInterface which will be required in Drupal 11.
At the moment the interface doesn't exist in 10.2.
It might be possible to conditionally define/class_alias the interface for 10.2 compatibility, or potentially for core to backport the interface to 10.2 (without any deprecations) so it's available. The latter would mean introducing a minimum core requirement on a 10.2 patch release ofc.
n.a.
Follow core implementation pattern.
Do it.
None.
KafkaQueueFactory
will implement the interface.
None.
Active
1.0
Code