Skip to content

Commit

Permalink
Update README.md (#2)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
haukeh authored Apr 14, 2021
1 parent 02bdd02 commit 24480c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ create table `super_event` (
The following connector configuration

```
connector.class= io.confluent.connect.jdbc.JdbcSinkConnector
connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
topics=super_event
key.converter=org.apache.kafka.connect.storage.StringConverter
value.converter=org.baunz.kafka.connect.StringAsStructConverter
value.converter=com.github.baunz.kafka.connect.storage.StringAsStructConverter
connection.url=jdbc=mysql=//awesome-db/
insert.mode= UPSERT
insert.mode=UPSERT
pk.mode=record_key
pk.fields=id
```
Expand All @@ -68,4 +68,4 @@ from

* Apply a schema to the raw JSON to via transforms (https://jcustenborder.github.io/kafka-connect-documentation/projects/kafka-connect-json-schema/transformations/FromJson.html)

* Attach a schema with KSQL (https://rmoff.net/2020/01/22/kafka-connect-and-schemas/)
* Attach a schema with KSQL (https://rmoff.net/2020/01/22/kafka-connect-and-schemas/)

0 comments on commit 24480c3

Please sign in to comment.