Open
Description
Description
At the moment the recommended way to interact with kafka from symfony messenger is using a bridge to enqueue. This is overcomplecated way and lacks of some features (e.g. one cannot easily set up serializer for enqueue's kafka transport via bundle config).
At the same time, an implementation of kafka transport without enqueue is quite simple, so may be it should be added to the messenger component (like AMQP, Doctrine and Redis)?
If so, I could try to implement kafka transport.