Skip to content

Commit

Permalink
Merge branch 'jdbc-sink-keys'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Mar 15, 2021
2 parents a97c030 + 762ca72 commit fdd80c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions kafka-to-database/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Robin Moffatt <robin@confluent.io>
v1.10, 11 March 2021

See also:

* link:ksqldb-jdbc-sink.adoc[ksqlDB & Kafka Connect JDBC Sink in action]
* https://rmoff.net/2021/03/12/kafka-connect-jdbc-sink-deep-dive-working-with-primary-keys/[Kafka Connect JDBC Sink deep-dive: Working with Primary Keys]
''''

🎥Video: https://rmoff.dev/kafka-jdbc-video

_Tested with Confluent Platform 6.1, ksqlDB 0.15, Kafka Connect JDBC connector 5.5.3_
Expand Down
2 changes: 0 additions & 2 deletions kafka-to-database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ services:
CONNECT_KEY_CONVERTER_SCHEMA_REGISTRY_URL: 'http://schema-registry:8081'
CONNECT_VALUE_CONVERTER: io.confluent.connect.avro.AvroConverter
CONNECT_VALUE_CONVERTER_SCHEMA_REGISTRY_URL: 'http://schema-registry:8081'
CONNECT_INTERNAL_KEY_CONVERTER: "org.apache.kafka.connect.json.JsonConverter"
CONNECT_INTERNAL_VALUE_CONVERTER: "org.apache.kafka.connect.json.JsonConverter"
CONNECT_LOG4J_ROOT_LOGLEVEL: "INFO"
CONNECT_LOG4J_LOGGERS: "org.apache.kafka.connect.runtime.rest=WARN,org.reflections=ERROR"
CONNECT_CONFIG_STORAGE_REPLICATION_FACTOR: "1"
Expand Down

0 comments on commit fdd80c2

Please sign in to comment.