{
"name": "yb-grpc-acct-cdc",
"config": {
"connector.class": "io.debezium.connector.yugabytedb.YugabyteDBgRPCConnector",
"tasks.max": "1",
"database.hostname": "yb1",
"database.port": "5433",
"database.user": "yugabyte",
"database.password": "yugabyte",
"database.dbname": "yugabyte",
"table.include.list": "public.acct",
"topic.prefix": "yb",
"snapshot.mode": "initial",
"poll.interval.ms": "500"
}
}