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-593583246
 
 
   > Thanks for the PR and the quick changes. There is one file that should not 
be required. Also, some part of your codes were on multiple lines which, I 
agree, is cleaner. The complaint was probably about tab being used instead of 
spaces. You can revert to multiline if you want. Example:
   > 
   > ```java
   > pgcon.getReplicationAPI()
   >     .createReplicationSlot()
   >     .logical()
   >     .withSlotName(this.slot)
   >     .withOutputPlugin("pgoutput")
   >     .make();
   > ```
   
   Done!

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