You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jan Bouska (JIRA)" <ji...@apache.org> on 2019/03/13 11:25:00 UTC

[jira] [Created] (CAMEL-13324) camel-yammer - olderThan and newerThan endpoint options are not working for high message number

Jan Bouska created CAMEL-13324:
----------------------------------

             Summary: camel-yammer - olderThan and newerThan endpoint options are not working for high message number
                 Key: CAMEL-13324
                 URL: https://issues.apache.org/jira/browse/CAMEL-13324
             Project: Camel
          Issue Type: Bug
            Reporter: Jan Bouska


Yammer message ID can be very high. OlderThan and newerThan endpoint options consumes message id and we are running out of integer range.

 
{code:java}
Caused by: org.apache.camel.TypeConversionException: Error during type conversion from type: java.lang.String to the required type: int with value 58802444918784 due For input string: "58802444918784"
{code}
 

Suggested fix is change olderThan and newerThan options to `long`.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)