We’re attempting to use the S3 Connector to back up our Kafka Cluster for Disaster Recovery purposes.
However, we’re encountering an issue when trying to sink the __consumer_offsets
topic into the S3 bucket.
org.apache.kafka.connect.errors.ConnectException: Exiting WorkSinkTask due to unrecoverable exception
We’ve tried different configurations for the S3 Connector for this topic, but it continues to fail due to the binary format of the data.
We’re unsure which value converter to use for this topic.
We’ve included the connector configuration and a trace from the SinkTask for reference.
Can you please provide some advice on how to resolve this issue?