jamesnetherton commented on issue #2860: URL: https://github.com/apache/camel-quarkus/issues/2860#issuecomment-871133824
I spent a little bit of time looking at this. I cannot replicate it locally. However, on an underpowered machine it seems to always fail. One thing I observed was that if you `Thread.sleep()` at the beginning of the test, it will always pass. Which makes me wonder if some how the ddb-streams consumer is getting itself into a state where it never sees any of the events, possibly due to the [`lastSeenSequenceNumber`](https://github.com/apache/camel/blob/main/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddbstream/Ddb2StreamConsumer.java#L43). -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org