-
Notifications
You must be signed in to change notification settings - Fork 435
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
[rdkafka] RdKafka transport does not support merging for global
configuration
#1002
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any news on this? |
@Wirone sorry, I'm occupied and need constant reminders about issues such as this 😅 I'll try to get to it soon™. Unless you'd like to create a PR (your solution might just what will be enough). |
@Steveb-p I thought I can do a PR, but this behaves really weird and I don't feel competent enough to dig into this code. Adding those 3 lines mentioned in the issue has only effect on
but actual factory, as far as I think, works in custom way so in
So RdKafka context has, under PS. We're currently on |
global
configurationglobal
configuration
@Steveb-p After over 2 years I think it's a good time for a friendly ping 😉 |
@Wirone I can't promise I'll work on this, as I haven't touched anything Kafka related in a year or so, but I'll try to find some time and squeeze a solution for you. |
Considering:
and
I would like
debug: all
to be merged toglobal
configuration from main configuration.Unfortunately it does not work this way (
enqueue-bundle
0.9.13), the final config forglobal
is taken from last occurence.It works when I add:
to the
Enqueue\Symfony\DependencyInjection\TransportFactory::getConfiguration()
. Symfony's DI container has to know that there isglobal
node with array type, which can take any options.ℹ️ Would be great if it could be fixed in
0.9
branch because we're usingsroze/messenger-enqueue-transport
which currently does not allow using Enqueue0.10
.The text was updated successfully, but these errors were encountered: