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/implementation.drawio | 415 ++++++++++++++++++++++++++++++++++++++++++ sources/listing_sinks.tex | 1 + 2 files changed, 416 insertions(+) create mode 100755 sources/implementation.drawio (limited to 'sources') diff --git a/sources/implementation.drawio b/sources/implementation.drawio new file mode 100755 index 0000000..eb4fe04 --- /dev/null +++ b/sources/implementation.drawio @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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