Dockerized Liquibase cannot connect to Dockerized Scylladb, getting "DatabaseException: Connection could not be created"
I'm working with liquibase migration tool, it is working fine through terminal (update the table in scylla db). Now I want to dockerize it, for this I do the following steps: Create liquibase.properties file: changeLogFile: changelog.sql url: jdbc:cassandra://localhost:9041/mykeyspace driver: com.simba.cassandra.jdbc42.Driver…