[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2022-01-25 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-1020534864 Guys, as the code was refactored and the processor behavior was changed, we decided to start a new PR #5710. Then, we avoid misunderstandings with old messages. There are

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2022-01-24 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-1020534864 Guys, as the code was refactored and the processor behavior was changed, we decided to start a new PR #5710. Then, we avoid misunderstandings with old messages. There are

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2022-01-09 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-1008315183 I'm working on some improvements and mock tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2021-08-31 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-908329436 Thanks @pvillard31 for the update. -- 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

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2021-08-30 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-908329436 Thanks @pvillard31 for the update. -- 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

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2021-08-28 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-907731534 We did some changes and we still working for improve the tests, as requested by @mattyb149 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2021-08-26 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-906432924 Hey guys, we will make the necessary changes next weekend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2021-04-27 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-827629376 Hi @driesva I got, sorry for the delay... @gerdansantos and I are very busy with our works. In the next month, we gonna make an effort to update this PR... in the

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2021-04-19 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-822699700 @mathiasbosman @driesva Hey guys! Why are you creating a new PR copying the code instead of work in collaboration with me and @gerdansantos to improve this? As

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2020-08-10 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-671375800 > > > > With the replacement from JSON Simple to Jackson, the output (content) changed too. > > > > Example: > > > > ``` > > > > { > > > > "tupleData" : { > > > >

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2020-08-10 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-671358403 > > https://github.com/davyam/pgEasyReplication > > @davyam unfortunately, I can't see this page:( This is one of my public repositories, look at my github.

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2020-08-10 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-671357997 > https://github.com/davyam/pgEasyReplication This is one of my public repositories, look at my github.

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2020-08-10 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-671348801 > > With the replacement from JSON Simple to Jackson, the output (content) changed too. > > Example: > > ``` > > { > > "tupleData" : { > > "codigo" : 4, > >

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2020-08-10 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-671332330 > @davyam Do you know that this CDC solution for PostgreSQL supports DDL events like in CaptureChangeMySQL, there is a boolean property `Include DDL Events`? But in the `nar` file

[GitHub] [nifi] davyam commented on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Replication

2020-07-05 Thread GitBox
davyam commented on pull request #4065: URL: https://github.com/apache/nifi/pull/4065#issuecomment-653900456 > Hello team! > Do you have any plans to release this PR in the nearest time? > > Thanks! Hi @yegorbond, Saying as PR developers, we wish that this PR be