Replies: 2 comments 2 replies
-
/cc @geoand (devservices), @stuartwdouglas (devservices) |
Beta Was this translation helpful? Give feedback.
-
Just that nobody worked on it, I think. From what I understand the feature is strictly about how Quarkus uses Docker, so it doesn't really matter what kind of container is being shared.
I didn't see a feature request, feel free to open one. If you want to work on it, the good news is there's pre-existing work to base your work on, and I'll happily review your pull request :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Quarkus supports sharing of certain Dev Services containers (AMQP, Kafka) across multiple applications or instances of an application. This is super useful for systems with shared infra!
However, it seems what can not be shared are database containers, which strikes me as a bit odd. Working around this limitation with Docker Compose is possible, but complicates the otherwise so straightforward dev experience.
Is there a particular reason why that is not supported? Is eventually supporting shared DB containers planned? Or has anyone found a way to make it work already?
Beta Was this translation helpful? Give feedback.
All reactions