-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
What Debezium connector do you use and what version?
v 2.2.0.Alpha1
What is the connector configuration?
{"name": "livestream-connector","config":
{ "connector.class": "io.debezium.connector.spanner.SpannerConnector", "tasks.max": "1", "gcp.spanner.change.stream": "live-table", "gcp.spanner.project.id": "project-stag, "gcp.spanner.instance.id": "development-instance", "gcp.spanner.database.id": "live-db", "gcp.spanner.credentials.path": "/app/services-sa.json", "key.converter.schemas.enable":false, "value.converter.schemas.enable":false }}
What is the captured database version and mode of deployment?
GCP Managed Spanner DB and Kafka connect deployed on K8s.
What behaviour do you expect?
Instead of making changes for every property for every kafka topic/producer, etc. There should be pass through config as mentioned in this zulip message
What behaviour do you see?
Have to change configuration manually
Do you see the same behaviour using the latest relesead Debezium version?
Yes
- links to
-
RHEA-2023:120698 Red Hat build of Debezium 2.3.4 release