Everett
Everett
I would actually advocate for _not_ auto-attempting anything (other than perhaps the namesake `.env`) -- that should mean less complexity. It should be easier to avoid guessing at a user's...
Or even HTTPoison v2, now that it's out...
> Don't we only need to declare the _exchanges_ before starting the pipelines? Technically, no, but if my experience is representative (and that of teammates I have witnessed), the setup...
> Can you help clarify them then? 🙃 That is what this PR is trying to do. Remember that the current example on `main` does not work and it omits...
Yessir! I'm finding I am not a fan of the `:declare`, `:bindings`, or `:after_connect` options because it's difficult to express more complicated setups using those options (e.g. like having pre-requisites...
Here's the PR https://github.com/dashbitco/broadway_rabbitmq/pull/134