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 e2e integration testing based on docker-compose #366

Open
williewheeler opened this issue Feb 19, 2019 · 0 comments
Open

Add e2e integration testing based on docker-compose #366

williewheeler opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@williewheeler
Copy link
Contributor

Currently it is very easy for a change to break the Kafka apps. For example when I moved a Spring Boot-based Kafka app into the kafka module, it broke the Docker containers because Spring Boot puts the classes in BOOT-INF, and so our Docker startup scripts for the non-Boot apps could no longer find them. We need a way to prevent this from happening.

Our thought is to add e2e integration tests using docker-compose to set up the overall flow.

@williewheeler williewheeler added the enhancement New feature or request label Feb 19, 2019
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

2 participants