JDBC sink connector data loss when task faild

Hi,

The JDBC connector task failed status, but the current offset of the consumer group is updated in the same way, so when the connector is restarted, it does not continue the transfer from the last transferred message.

Is there a solution to prevent the consumer group from updating if the connector fails? Since the consumer group is being updated, I can’t even tell which was the last successfully transmitted message from the topic.

Regards:
Csaba