·
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
-planetscale
artifacts instead of-vitess
. - Rename
vitess
package names toplanetscale
. - Define a
PlanetScaleConnector
class that extends theVitessConnector
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>