Skip to content

Instantly share code, notes, and snippets.

@jiazhai
Created March 18, 2019 12:08
Show Gist options
  • Save jiazhai/b4b8afbeaac3535a39fca9e902d4bf73 to your computer and use it in GitHub Desktop.
Save jiazhai/b4b8afbeaac3535a39fca9e902d4bf73 to your computer and use it in GitHub Desktop.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-2.4.0-SNAPSHOT.nar"
parallelism: 1
configs:
## config for pg, docker image: debezium/example-postgress:0.8
database.hostname: "localhost"
database.port: "5432"
database.user: "postgres"
database.password: "postgres"
database.dbname: "postgres"
database.server.name: "dbserver1"
schema.whitelist: "inventory"
## PULSAR_SERVICE_URL_CONFIG
pulsar.service.url: "pulsar://127.0.0.1:6650"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment