...
- You just have to open the Replication User Interface, select the required profile. In the Salesforce details tab check Use Bulk API (Beta) field and save the changes.
- Now the user has to Add one property in configure.properties for that particular same profile in which the user wants to run the Bulk API.
- pplicationapplication.pkchunking.size=20000 (Limit can be any number either 10,000 or maybe 50 thousands thousand depend upon the records data)
- With the help of this property, the user can run N-number of records in different batches based on the pkchunking size limit.
- pplicationapplication.pkchunking.size=20000 (Limit can be any number either 10,000 or maybe 50 thousands thousand depend upon the records data)
...