azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Nice to have deadlettering
Include an optional setting where you can specify a deadletter Kafka stream in your config somewhere and it will deadletter to that for you after retries have been exceeded.
Another topic for discussion is whether or not we should retry calling the function if it failed. A retry logic and then finally moving to a deadlettering. @ryancrawcour
After several discussions we have added the support for retry to the customers and let customers handle it's own Dead letter. So closing this issue