davyam commented on issue #4065: NIFI-4239 - Adding CaptureChangePostgreSQL 
processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables 
via Logical Replication.
URL: https://github.com/apache/nifi/pull/4065#issuecomment-593587087
 
 
   With the replacement from JSON Simple to Jackson, the output (content) 
changed too.
   
   Example:
   
   ```
   {
     "tupleData" : {
       "codigo" : 4,
       "nome" : "CDC",
       "data_fund" : "1929-10-19"
     },
     "relationName" : "public.cidade",
     "type" : "insert"
   }
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to