·
3 commits
to 2.4.0-planetscale
since this release
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
-planetscaleartifacts instead of-vitess. - Rename
vitesspackage names toplanetscale. - Define a
PlanetScaleConnectorclass that extends theVitessConnectorwith 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>