Single Message Transformations - The Swiss Army Knife of Kafka Connect
Explores versatile uses of Single Message Transformations (SMTs) in Kafka Connect for data format conversion, filtering, routing, and more.
Explores versatile uses of Single Message Transformations (SMTs) in Kafka Connect for data format conversion, filtering, routing, and more.
Explores versatile uses of Single Message Transformations (SMTs) in Kafka Connect for data format conversion, filtering, routing, and more.
A guide to replicating data from Confluent Cloud to a local Kafka cluster for offline development using Docker and Confluent Replicator.
How to configure the Kafka Connect JDBC Sink connector's pk.fields setting to use a Kafka message's primitive key for UPSERT operations into a PostgreSQL table.
ksqlDB 0.7 adds support for primitive data types as message keys, simplifying data joins and reducing the need for pre-processing.
A technical guide on configuring Kafka Connect to stream data from Kafka topics into InfluxDB, covering schema requirements and connector setup.
Explains a Kafka Connect ClassCastException error related to schemas and provides solutions for fixing JSON converter configuration.
Explains how to dynamically change Kafka Connect logging levels using its admin API, enabling detailed debugging without restarting workers.
A technical guide on integrating RabbitMQ with Kafka using Kafka Connect, including setup, schema handling, and use cases.
Troubleshooting a Kafka Connect 'Request timed out' error caused by a misconfigured offsets.topic.replication.factor setting.
Explains common configuration errors when setting up multiple Kafka Connect workers in a distributed cluster, focusing on network and REST API settings.
A technical tutorial on streaming data from SQL Server to Snowflake using Kafka and Kafka Connect with Debezium for CDC.
A guide to deploying a custom Kafka Connect worker in Docker on Google Cloud Platform, for use with Confluent Cloud.
Fixing the 'Public Key Retrieval is not allowed' error when connecting Debezium to MySQL v8, including authentication protocol solutions.
A technical guide on integrating Kafka Connect and Debezium with Confluent Cloud for streaming data from MySQL.
How to manually skip bad records when using the Kafka Connect JDBC sink connector to prevent pipeline halts.
A guide to using Kafka Connect to stream data from Kafka topics to Elasticsearch 7, covering configuration, common errors, and schema options.
A guide to resetting offsets for Kafka Connect source connectors by modifying data in the Kafka offset topic, using tools like kafkacat.
How to configure a Kafka Connect sink connector to start reading from the end of a topic instead of the beginning.
How to manually delete a Kafka Connect connector by writing a tombstone message to its internal config topic using kafkacat.