[
https://issues.apache.org/jira/browse/GOBBLIN-995?focusedWorklogId=354494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354494
]
ASF GitHub Bot logged work on GOBBLIN-995:
------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/19 17:34
Start Date: 05/Dec/19 17:34
Worklog Time Spent: 10m
Work Description: asfgit commented on pull request #2840: GOBBLIN-995:
Add function to instantiate the BulkConnection in SFDC c…
URL: https://github.com/apache/incubator-gobblin/pull/2840
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 354494)
Time Spent: 20m (was: 10m)
> Add function to instantiate the BulkConnection in SFDC connector
> ----------------------------------------------------------------
>
> Key: GOBBLIN-995
> URL: https://issues.apache.org/jira/browse/GOBBLIN-995
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Alex Li
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In SalesforceExtractor class, we instantiated BulkConnection directly.
> {code:java}
> this.bulkConnection = new BulkConnection(config);
> {code}
> This code makes it is impossible to inject a customized BulkConnection.
> In contrast, httpClient was instantiated in a function. We could extend the
> class and override the function to return a customized httpClient
> (GaapHttPClient in our case)
> We should add a function to instantiate the BulkConnection.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)