Skip to content

Runtime configuration of Consumer is broken #35

@kaikuchn

Description

@kaikuchn

We used to configure our Consumer with runtime arguments passed along with the children to the Supervisor.init/2 call like this:

[{Stellenprofil.EinsatzortFestgelegtEventConsumer, [rabbitmq_url: "amqp://localhost"]}]
|> Supervisor.init(strategory: :one_for_one)

This works fine with version f61f47a but breaks with version 9f7f878. Opts passed like this do not arrive in Consumer.start_link/1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions