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

Speed up kafka tests #399

Open
kubukoz opened this issue Sep 4, 2021 · 0 comments
Open

Speed up kafka tests #399

kubukoz opened this issue Sep 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kubukoz
Copy link
Owner

kubukoz commented Sep 4, 2021

After we added the fs2-kafka module, the tests got a little too slow - this is most likely due to starting and stopping a separate container for every test.

We should investigate ways to reduce the time it takes to run these tests: maybe running them in parallel (should be safe due to using a different container for each test), maybe ditching docker altogether and running a fake in-memory kafka instance?

FYI @mpapillon if you want to give this a try, that'd be great (but don't feel obliged :) )

@kubukoz kubukoz added the enhancement New feature or request label Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant