Skip to content

Enhance Lambda processor to retry based on certain class of exception #5340

@srikanthjg

Description

@srikanthjg

The current implementation of the Lambda Processor in Data Prepper does not support conditional retries based on specific exception types. This enhancement will add the capability to configure the Lambda Processor to retry only when specific exceptions are encountered during invocation.

This feature will improve the reliability and efficiency of the processor by reducing unnecessary retries for non-recoverable errors and focusing on recoverable ones.

Retry Logic Enhancement:
Introduce a mechanism to classify exceptions (e.g., transient, recoverable).
Allow retries for specific exception classes (e.g., TooManyRequestException, ServiceUnavailableException).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions