update all
This commit is contained in:
23
Debezium/connector.json
Normal file
23
Debezium/connector.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "movies-db-connector",
|
||||
"config": {
|
||||
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
|
||||
"plugin.name": "pgoutput",
|
||||
"tasks.max": "1",
|
||||
"database.hostname": "postgres",
|
||||
"database.port": "5432",
|
||||
"database.user": "postgres",
|
||||
"database.password": "postgres",
|
||||
"database.dbname": "movies_db",
|
||||
"database.server.name": "postgres",
|
||||
"table.include.list": "public.movies",
|
||||
"database.history.kafka.bootstrap.servers": "kafka:9092",
|
||||
"database.history.kafka.topic": "schema-changes.movies",
|
||||
"topic.prefix": "postgres",
|
||||
"topic.creation.enable": "true",
|
||||
"topic.creation.default.replication.factor": "1",
|
||||
"topic.creation.default.partitions": "1",
|
||||
"topic.creation.default.cleanup.policy": "delete",
|
||||
"topic.creation.default.retention.ms": "604800000"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user