function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vemurikivemuriki 

bulk api v2 java

Hi

I am working on a java client application which has to use Bulk API v2, is there any java library from salesforce which can simplify using Bulk Api v2, I believe using bulk api v1 was possible with force-wsc-xxx.jar, so checking if there is any available from Salesforce. From earlier discussions on the forum https://github.com/endolabs/salesforce-bulkv2-java was provided, checking if there is any from Salesforce or is it only REST end points provided as part of Bulk API v2.

Thank you,
Venu
SwethaSwetha (Salesforce Developers) 
HI Venu,
As far as I know, Salesforce has exposed the REST endpoints for BULK V2.
Related: https://salesforce.stackexchange.com/questions/349316/how-to-get-batch-count-for-a-bulk-api-v2-job

I will check on this and update as I have more inputs. Thank you
vemurikivemuriki
Thanks Sweta, looking forward for your response.
Suraj Tripathi 47Suraj Tripathi 47
Hi vemuriki ,

 I guess goto this link and follow it...

 https://salesforce.stackexchange.com/questions/349316/how-to-get-batch-count-for-a-bulk-api-v2-job (http:// https://salesforce.stackexchange.com/questions/349316/how-to-get-batch-count-for-a-bulk-api-v2-job)
 
 If you find your Solution then mark this as the best answer.
 

  Thank you!

  Regards,
  Suraj Tripathi