Skip to content

An incubating Debezium CDC connector for Google Spanner

License

Notifications You must be signed in to change notification settings

debezium/debezium-connector-spanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Core

Debezium connector spanner

Prerequisites

need to set google credentials file path
export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/service-account-file.json"

or set connector config parameter googleApplicationCredentialsFile

Tests

Run Unit tests

mvn test

Run coverage check

mvn clean test jacoco:report -P test-coverage
  • Coverage report for unit tests is available at ${module.path}/target/site/jacoco/index.html