davsclaus commented on code in PR #17298: URL: https://github.com/apache/camel/pull/17298#discussion_r1974178379
########## components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceConstants.java: ########## @@ -59,6 +58,12 @@ public final class SalesforceConstants { @Metadata(label = "consumer", description = "The client id.", javaType = "String") public static final String HEADER_SALESFORCE_CLIENT_ID = "CamelSalesforceClientId"; + // Pub/Sub API headers + @Metadata(label = "consumer", description = "The Pub/Sub API replayId.", javaType = "Object") Review Comment: Oh looks like these are String types, so can you update javaType = "String" for both of these -- 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