ewolff / microservice-kafka

Demo to show how Apache Kafka can be used for communication between microservices
Apache License 2.0
584 stars 302 forks source link

mvn package installation should be done via docker multi-stage build #22

Open Legion112 opened 2 years ago

Legion112 commented 2 years ago

https://docs.docker.com/develop/develop-images/multistage-build/

ewolff commented 1 year ago

I am not sure why I would add that. IMHO the way it works now is good enough. If people want to play around with this, they will need a Java setup anyways. Maven is bundled, so just a JDK needs to be installed. Can you clarify why you would like this build?