Skip to content

v2.4.0.Final.PS20241031.1

Latest
Compare
Choose a tag to compare
@maxenglander maxenglander released this 31 Oct 20:19
· 3 commits to 2.4.0-planetscale since this release
8f269a9

Debezium Server comes bundled with the connector for Vitess. To requiring users to remove that JAR to avoid class conflicts, this release includes the following changes:

  • Produce -planetscale artifacts instead of -vitess.
  • Rename vitess package names to planetscale.
  • Define a PlanetScaleConnector class that extends the VitessConnector with no additions or changes.

This way our JAR can live alongside the Vitess one without any class conflicts, and users can specify they want to use the PlanetScale
connector with:

debezium.source.connector.class=io.debezium.connector.planetscale.PlanetScaleConnector

Other Vitess-oriented configs will remain unchanged, e.g.:

debezium.source.vitess.keyspace=<planetscale-database-name>