oscerd opened a new pull request, #25377:
URL: https://github.com/apache/camel/pull/25377

   Backport of #25369 to camel-4.18.x.
   
   The aws2-s3-vectors consumer sent `topK(0)` on every poll (the base 
`maxMessagesPerPoll` was never wired, so `Math.min(0, topK) = 0`) and delivered 
nothing; the `delay` option was a dead shadow field; and vectors were marked 
processed before routing, so a failed exchange was skipped forever. The 
consumer now wires `maxMessagesPerPoll`, sends a valid `topK (>= 1)`, 
propagates `delay` to the scheduler, and only marks a vector processed on 
success (dropping it on failure for retry).
   
   Adds `AWS2S3VectorsConsumerTest`; s3-vectors tests green on this branch.
   
   _Claude Code on behalf of oscerd_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to