vmware-archive / kinesis-trigger

Kubernetes CRD controller for Kinesis stream as event source for Kubeless functions
Apache License 2.0
2 stars 8 forks source link

Support for DLQ to align with Lambda #8

Open Obsecurus opened 5 years ago

Obsecurus commented 5 years ago

FEATURE REQUEST: Currently there doesn't appear to be any way to handle exceptions when handling events from Kinesis which results in an infinite retry scenario. Have there been any discussions or other issues around using dead letter queues similar to Lambda?

AWS Docs: https://docs.aws.amazon.com/lambda/latest/dg/dlq.html