From 5f9d8031cecd2f087f278e7409534b67966e4535 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sat, 4 Jul 2026 11:49:33 +0200 Subject: feat: added the prototype figure --- sources/listing_sinks.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/listing_sinks.tex') diff --git a/sources/listing_sinks.tex b/sources/listing_sinks.tex index 89cf05a..b97dba4 100644 --- a/sources/listing_sinks.tex +++ b/sources/listing_sinks.tex @@ -3,6 +3,7 @@ name=postgresql-sink connector.class=io.confluent.connect.jdbc.JdbcSinkConnector tasks.max=1 +# Crucial for Schema Registry key.converter=org.apache.kafka.connect.storage.StringConverter value.converter=io.confluent.connect.protobuf.ProtobufConverter value.converter.schema.registry.url=http://localhost:8081 -- cgit v1.2.3