Skip to content

Commit

Permalink
Test ProtobufConverter with multiple tables/schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrgeorge committed Sep 28, 2023
1 parent d5347c5 commit b3896b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register-postgres-proto.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"database.password": "postgres",
"database.dbname": "postgres",
"topic.prefix": "dbserver1",
"table.include.list": "inventory.customers",
"table.include.list": "inventory.customers,inventory.products",
"key.converter": "io.smyrgeorge.connect.converter.JsonNodeConverter",
"value.converter": "io.smyrgeorge.connect.converter.ProtobufConverter",
"value.converter.protobuf.schema.registry.url": "http://schema-registry:8085",
Expand Down

0 comments on commit b3896b1

Please sign in to comment.