-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Microservices - rabbitmq options #5587
Labels
Comments
capaio
added
needs triage
This issue has not been looked into
type: enhancement 🐺
labels
Oct 20, 2020
Would you like to create a PR to update the acceptable types? |
Yes, It would be a pleasure! |
Let us know if you need anything from us to proceed @capaio! 💪 |
I have opened a PR #5609 |
My fault, thanks @capaio! I haven't noticed it |
Fixed in 7.5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Is your feature request related to a problem? Please describe.
if you use a rabbitmq password that has a slash it is impossible to connect:
you get this error:
Describe the solution you'd like
At the moment the interface of rabbitmq option is:
the option 'urls' is an array of strings. But it should be possible to use objects instead of string as described in
https://www.squaremobius.net/amqp.node/channel_api.html#connecting-with-an-object-instead-of-a-url
it would be very useful to use this object too instead of just strings. LIke this:
I have tried editing the code as I showed and it works proprerly
I edited the report several times to make it more clear, sorry if this made you confuse
The text was updated successfully, but these errors were encountered: