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

Add support for other queue backends #1

Open
1 of 2 tasks
mauricioabreu opened this issue May 19, 2019 · 4 comments
Open
1 of 2 tasks

Add support for other queue backends #1

mauricioabreu opened this issue May 19, 2019 · 4 comments

Comments

@mauricioabreu
Copy link
Contributor

mauricioabreu commented May 19, 2019

Is it worth to add support for other backends? It could be achieved using go interfaces.
We could start with redis, writing a code that is easy to use different queue vendors.

  • Test current SQS backend
  • Implement a new backend like redis
@marceloboeira
Copy link
Owner

👍 We should probably improve the current one, maybe having some good tests, and then start to try out redis. But, since redis is easier to test, since we can run with docker, maybe we try out redis as the first adapter.

@mauricioabreu
Copy link
Contributor Author

👍 Good idea! I just started to write some tests.

@marceloboeira
Copy link
Owner

Awesome, once we have that in place, we should start nailing the whole end-to-end exp. (maybe integration/performance tests).

@marceloboeira
Copy link
Owner

Working on it #7

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

2 participants