-
Notifications
You must be signed in to change notification settings - Fork 439
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
How can I use the Symfony Bundle with Kafka? #428
Comments
$ composer req enqueue/rdkafka |
It's already installed.
|
The kafka factory has to be added to the method: https://github.com/php-enqueue/enqueue-dev/blob/master/pkg/enqueue/Symfony/DefaultTransportFactory.php#L176 |
I only found the Enqueue\RdKafka\RdKafkaConnectionFactory that implements the PsrConnectionFactory interface. |
It's not been implemented. |
Okay thanks. I try to implement it and make a PR. |
Closing as there is PR #432 |
When I try this transport layer configuration:
I get this Exception:
The text was updated successfully, but these errors were encountered: