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:
This would make usage of cassandra in Quarkus way easier, as one would not need to run multiple docker commands on every startup/change.
┆Issue is synchronized with this Jira Task by Unito
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:
This would make usage of cassandra in Quarkus way easier, as one would not need to run multiple docker commands on every startup/change.
┆Issue is synchronized with this Jira Task by Unito