Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl committed Jul 2, 2024
1 parent 5764fe5 commit 5331bae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public Object around(ProceedingJoinPoint pjp,

/**
* Validate each Kinesis record body. If an error occurs, do not fail the whole batch but only add invalid items in BatchItemFailure.
* Note that the valid records will be decoded twice (during validation and within the handler by the user), which will slightly reduce performance.
* @param records Kinesis records
* @param inboundJsonSchema validation schema
* @return the stream response with items in failure
Expand Down

0 comments on commit 5331bae

Please sign in to comment.