Getting following error while inserting few thousands records to postgres DB.
Here is my PutDatabaseRecord
config:
Send one record at a time using SplitProcessor instead of sending whole array of records. (Split Processor -> PutDatabaseRecord) For performance you can split and merge before inserting into database. (SplitProcessor -> Merge Processor -> PutDatabaseRecord processor)