logstash-plugins / logstash-input-salesforce

Logstash input for pulling objects from salesforce
Apache License 2.0
16 stars 29 forks source link

Add option to use bulk api for larger queries #5

Open russorat opened 8 years ago

russorat commented 8 years ago

If the user sets a config, the code should utilize the bulk api for queries.
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_using_bulk_query.htm

Submit all the queries as bulk jobs and poll for results.