Running Dockerised Kafka Connect worker on GCP
A guide to deploying a custom Kafka Connect worker in Docker on Google Cloud Platform, for use with Confluent Cloud.
A guide to deploying a custom Kafka Connect worker in Docker on Google Cloud Platform, for use with Confluent Cloud.
A guide to resetting offsets for Kafka Connect source connectors by modifying data in the Kafka offset topic, using tools like kafkacat.
How to manually delete a Kafka Connect connector by writing a tombstone message to its internal config topic using kafkacat.
Explains how to delete a Kafka Connect connector by directly modifying its configuration topic when the REST API is unavailable.