Kafka Connect Issue #5225
Unanswered
kmandal-volvo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That sounds like someone / something created the topic first and with a wrong configuration. You would need to manually change it to correspond to have the right settings required by Connect. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Kafka connect working fine but now getting below issue
org.apache.kafka.common.config.ConfigException: Topic 'connect-cluster-offsets' supplied via the 'offset.storage.topic' property is required to have 'cleanup.policy=compact' to guarantee consistency and durability of source connector offsets, but found the topic currently has 'cleanup.policy=delete'. Continuing would likely result in eventually losing source connector offsets and problems restarting this Connect cluster in the future. Change the 'offset.storage.topic' property in the Connect worker configurations to use a topic with 'cleanup.policy=compact'.
Logfile attached.
vcc-esp-connect-private-sandbox-connect-d956557dc-drm6c.log
Kafka connect configuration
Beta Was this translation helpful? Give feedback.
All reactions