-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Since Quarkus 2.0 there are DevServices for some Plugins (DBs, Kafka, etc., e.g. https://quarkus.io/guides/datasource#dev-services-configuration-free-databases), see https://quarkus.io/guides/dev-services. They start a Container in docker, where you don't have to config something for it to run.
Also needed for this is a way to create the Schema on startup, possibilities:
- something like the init_script.cql in the TestFramework
- Implementing a Customizer, like https://quarkus.io/guides/rest-json#jackson
- observer method, that gets the cassandra client injected
This would make usage of cassandra in Quarkus way easier, as one would not need to run multiple docker commands on every startup/change.
edeandrea, petercoulton and zlumyo
Metadata
Metadata
Assignees
Labels
No labels