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

2022-01-25 Thread GitBox
davyam edited a comment 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.

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

2022-01-24 Thread GitBox
davyam edited a comment 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.

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

2020-08-10 Thread GitBox
davyam edited a comment 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 edited a comment on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Repl

2020-08-10 Thread GitBox
davyam edited a comment 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 edited a comment on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Repl

2020-08-10 Thread GitBox
davyam edited a comment 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

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

2020-08-10 Thread GitBox
davyam edited a comment 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 edited a comment on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Repl

2020-08-10 Thread GitBox
davyam edited a comment 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 edited a comment on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Repl

2020-08-10 Thread GitBox
davyam edited a comment 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 edited a comment on pull request #4065: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) in PostgreSQL tables via Logical Repl

2020-08-10 Thread GitBox
davyam edited a comment 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

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

2020-08-10 Thread GitBox
davyam edited a comment 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

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

2020-08-10 Thread GitBox
davyam edited a comment 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

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

2020-08-10 Thread GitBox
davyam edited a comment 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

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

2020-07-06 Thread GitBox
davyam edited a comment 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