azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

What can be the possible workaround for recovering lost messages?

Open VinodBharti3611 opened this issue 3 years ago • 1 comments

As manual commit option is not available, What can be done for the messages which are failed while processing? Retry policy is available but after retrying also if it's get failed. Is there any workaround to recover that message? And other query is, do we have any kind of configuration that can help us to avoid committing message in case of failure? So that it will keep processing same message until it executed successfully. We'd really appreciate any possible suggestions.

VinodBharti3611 avatar Jan 19 '22 05:01 VinodBharti3611

Hi @VinodBharti3611, This is as per design of extension, you can follow the approach mentioned here

shrohilla avatar Mar 14 '22 09:03 shrohilla

Retry policy is available and supported now with Kafka Extension from 3.5.0, so closing this issue

shrohilla avatar Dec 03 '22 12:12 shrohilla