Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Abandoned
-
3.16.0
-
None
-
Unknown
Description
Since Twitter IDs as unsigned 64-bit integer values that cannot be handled fully by JavaScript, the exposed id field as an integer can not be sealed with JavaScript. Twitter has a id_str field in its REST API, however, Twitter4J does not add this field to its response.
Also, since Twitter4J seems to refuse to add this field, it would be great if Camel could re-add it to its Twitter-related components.
For a quick fix, I also created https://github.com/apache/camel-kamelets/issues/925 so that this issue could be circumvented on the Camel-K level for Kamelet users.