[ 
https://issues.apache.org/jira/browse/CAMEL-14145?focusedWorklogId=339308&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-339308
 ]

ASF GitHub Bot logged work on CAMEL-14145:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Nov/19 11:36
            Start Date: 06/Nov/19 11:36
    Worklog Time Spent: 10m 
      Work Description: omarsmak commented on pull request #3320: CAMEL-14145: 
Fix camel-debezium-mongodb not populating correct values…
URL: https://github.com/apache/camel/pull/3320
 
 
   Due to the nature of MongoDB oplog, the Debezium Mongodb connector differs a 
little with the message structure, for example `after` only available with the 
initial snapshot meanwhile in updates and inserts, there is another field 
populated called `patch`. This PR shall address this issue  
 
----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 339308)
    Remaining Estimate: 0h
            Time Spent: 10m

> camel-debezium-mongodb not populating correct values in the message body due 
> to different format
> ------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-14145
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14145
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-debezium
>            Reporter: Omar Al-Safi
>            Assignee: Omar Al-Safi
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Since Debezium mongodb contains a slight structure format omitted from 
> Debezium from other databases, for example `after` key is being replaced with 
> `patch` only for the mongodb connector which is a results populate the body 
> with `null` since the debezium component relies on `after` key to populate 
> the message body



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to