diff options
Diffstat (limited to 'resources/experiments/sink-jdbc.properties')
| -rw-r--r-- | resources/experiments/sink-jdbc.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/experiments/sink-jdbc.properties b/resources/experiments/sink-jdbc.properties index 4a78b2ed..a36dad31 100644 --- a/resources/experiments/sink-jdbc.properties +++ b/resources/experiments/sink-jdbc.properties @@ -25,7 +25,7 @@ value.converter=io.confluent.connect.protobuf.ProtobufConverter value.converter.schema.registry.url=http://localhost:8081 # The topics to consume from - required for sink connectors like this one -topics=postgres-topic +topics=postgres_topic # Configuration specific to the JDBC sink connector. # We want to connect to a Postgres database stored in the file test.db and auto-create tables. @@ -34,6 +34,7 @@ connection.url=jdbc:postgresql://127.0.0.1:5432/opendc connection.user=matt connection.password=admin auto.create=true +auto.evolve=true # Define when identifiers should be quoted in DDL and DML statements. # The default is 'always' to maintain backward compatibility with prior versions. @@ -43,4 +44,4 @@ auto.create=true # Here are some values that enable JSON formatted files to be ingested by Postgresql insert.mode=insert - +table.name.format=postgres_topic
\ No newline at end of file |
