-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
We're experiencing duplicate Kafka records when ECS tasks are restarted. This appears to be caused by incomplete offset commits during task shutdown, leading Kafka Connect to reprocess messages from the last committed offset. The ECS shutdown process does not guarantee graceful termination for Kafka Connect, especially during offset publishing.
Describe the solution you'd like
I would like to have the feature to change the duration for the stopTImeout for my ECS task definition.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request