azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
What can be the possible workaround for recovering lost messages?
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.
Hi @VinodBharti3611, This is as per design of extension, you can follow the approach mentioned here
Retry policy is available and supported now with Kafka Extension from 3.5.0, so closing this issue