davsclaus commented on code in PR #17153: URL: https://github.com/apache/camel/pull/17153#discussion_r1956103689
########## components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/client/PubSubApiClient.java: ########## @@ -343,6 +344,11 @@ public void onError(Throwable throwable) { session.attemptLoginUntilSuccessful(backoffIncrement, maxBackoff); LOG.debug("logged in {}", consumer.getTopic()); } + case PUBSUB_ERROR_CORRUPTED_REPLAY_ID -> { + LOG.error("replay id is corrupt. try resubscribing with LATEST replay preset"); Review Comment: Can you log the previous reply id so users can see what the corrupted value is -- 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