Skip to content

Instantly share code, notes, and snippets.

@jiazhai
Created March 18, 2019 12:07
Show Gist options
  • Save jiazhai/47e3499910118a7703bc0d0c6afdab63 to your computer and use it in GitHub Desktop.
Save jiazhai/47e3499910118a7703bc0d0c6afdab63 to your computer and use it in GitHub Desktop.
tenant: "public"
namespace: "default"
name: "debezium-mysql-source"
topicName: "debezium-mysql-topic"
archive: "connectors/pulsar-io-debezium-mysql-2.4.0-SNAPSHOT.nar"
##autoAck: true
parallelism: 1
configs:
## config for mysql, docker image: debezium/example-mysql:0.8
database.hostname: "localhost"
database.port: "3306"
database.user: "debezium"
database.password: "dbz"
database.server.id: "184054"
database.server.name: "dbserver1"
database.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