Skip to content

Commit

Permalink
default hstore mode
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 8, 2025
1 parent 7ed4582 commit 1a56540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yb-voyager/src/dbzm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (

"github.com/google/uuid"
log "github.com/sirupsen/logrus"

"github.com/yugabyte/yb-voyager/yb-voyager/src/utils"
)

Expand Down Expand Up @@ -122,7 +123,6 @@ debezium.source.connector.class=io.debezium.connector.postgresql.PostgresConnect
debezium.source.database.dbname=%s
debezium.source.schema.include.list=%s
debezium.source.plugin.name=pgoutput
debezium.source.hstore.handling.mode=map
debezium.source.converters=postgres_to_yb_converter
debezium.source.postgres_to_yb_converter.type=io.debezium.server.ybexporter.PostgresToYbValueConverter
debezium.source.provide.transaction.metadata=true
Expand Down

0 comments on commit 1a56540

Please sign in to comment.