You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mike Thomsen (JIRA)" <ji...@apache.org> on 2018/06/10 10:50:00 UTC

[jira] [Resolved] (NIFI-5284) RunMongoAggregation uses ObjectIdSerializer & SimpleDateFormat

     [ https://issues.apache.org/jira/browse/NIFI-5284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Thomsen resolved NIFI-5284.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.0

> RunMongoAggregation uses ObjectIdSerializer & SimpleDateFormat
> --------------------------------------------------------------
>
>                 Key: NIFI-5284
>                 URL: https://issues.apache.org/jira/browse/NIFI-5284
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.6.0
>            Reporter: Zambonilli
>            Assignee: Sivaprasanna Sethuraman
>            Priority: Minor
>             Fix For: 1.7.0
>
>
> The RunMongoAggregation processor uses Jackson to serialize the document to JSON. However, the default serialization for Jackson on Mongo ObjectId and dates leaves a lot to be desired. The ObjectId's are serialized into the decimal representation of each component of the ObjectId instead of the hex string of the full byte array. Mongo dates are being serialized as unix time as opposed to ISO8601 zulu string.
> It looks like the GetMongo processor has set the correct serializer flags on Jackson to fix this. The fix for GetMongo is here. https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java#L213



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