Skip to content
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

Support different endpoint mappings over a configuration file #3

Open
marceloboeira opened this issue May 22, 2019 · 0 comments
Open

Comments

@marceloboeira
Copy link
Owner

marceloboeira commented May 22, 2019

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant