Skip to content
Snippets Groups Projects
Commit cc41e4f7 authored by Bruno Gonzalez's avatar Bruno Gonzalez
Browse files

use pgoutput instead of decoderbufs

parent 6f6adced
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ async def register_connector():
"config": {
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
"tasks.max": "1",
"plugin.name": "pgoutput",
"database.hostname": DB_HOST,
"database.port": DB_PORT,
"database.user": DB_USERNAME,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment