anvithsg2004 commented on PR #23902: URL: https://github.com/apache/camel/pull/23902#issuecomment-4667936632
Done — switched to Awaitility in c9a0ace6aa2: the processor now polls the late consumer's mock received counter (`await().atMost(5, SECONDS).until(() -> to2.getReceivedCounter() > 0)`) instead of the custom `CountDownLatch` + mock-callback wiring. The 5s bound stays below the default 10s `ackTimeoutMillis` so a held unacked message can't hit ack-timeout redelivery during the wait. Module build with `-Psourcecheck` is green (23/23 unit tests). _Claude Code on behalf of Anvith SG_ -- 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]
