scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Improve build and CI #124

Closed julienrf closed 3 months ago

julienrf commented 3 months ago

This PR essentially makes the readiness checks more reliable by not only checking that a TCP port is open, but also that the service is responding with a success HTTP status code.

We also update some outdated versions in the build, dependencies, and CI workflows to make sure we benefit from the latest support.

Fixes #115

tarzanek commented 3 months ago

just nitpicks, otherwise looks good, will merge once those nitpicks are addressed, thnx @julienrf !

tarzanek commented 3 months ago

thnx @julienrf , merging!