Skip to content

Support different endpoint mappings over a configuration file #3

@marceloboeira

Description

@marceloboeira

It would be essential to have a external configuration file that we could use to setup the route/sink adapters maps:

routes:
  - path: "/foo"
    sink: 
      adapter: redis
      uri: "redis://[USER]:[PASSWORD]@[IP]:[PORT]"
  - path: "/bar"
    sink: 
      adapter: sqs
      ...

then, we could have something like:

crowd -f crowd.yml

Which crowd.yml could be the default ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions