You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/28 20:43:22 UTC

[GitHub] [camel] jeremyross commented on a change in pull request #4698: CAMEL-15904: camel-salesforce: streaming replayId default

jeremyross commented on a change in pull request #4698:
URL: https://github.com/apache/camel/pull/4698#discussion_r532104506



##########
File path: components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceEndpointConfig.java
##########
@@ -166,8 +167,10 @@
     private String instanceId;
 
     // Streaming API properties
-    @UriParam
-    private Long defaultReplayId;
+    @UriParam(description = "Default replayId setting if no value is found in " +
+                            "{@link #initialReplayIdMap}",

Review comment:
       Ah, nice catch.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org