Skip to content

[Pulsar 2.10.1] - Unable to get Debezium PostgreSQL working #17735

Answered by gvolpe
gvolpe asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, managed to get this working with the following configuration:

tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
topicName: "debezium-postgres-topic"
archive: "connectors/debezium-2.10.1.nar"
parallelism: 1

configs:
    database.hostname: "postgres"
    database.port: "5432"
    database.user: "postgres"
    database.password: "postgres"
    database.dbname: "trading"
    database.server.name: "dbserver"
    plugin.name: "pgoutput"
    schema.whitelist: "public"
    table.whitelist: "public.authors"
    pulsar.service.url: "pulsar://pulsar:6650"
    database.history.pulsar.service.url: "pulsar://pulsar:6650"

So it doesn't matter if one sets database.whitelist: "my…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gvolpe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant