You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Zhixiong Chen (JIRA)" <ji...@apache.org> on 2017/08/16 21:53:00 UTC

[jira] [Commented] (GOBBLIN-211) Implement new salesforce writer

    [ https://issues.apache.org/jira/browse/GOBBLIN-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16129491#comment-16129491 ] 

Zhixiong Chen commented on GOBBLIN-211:
---------------------------------------

An early implementation is here: https://github.com/apache/incubator-gobblin/pull/1835. But it should be changed to conform with current interfaces.

> Implement new salesforce writer
> -------------------------------
>
>                 Key: GOBBLIN-211
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-211
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: Zhixiong Chen
>            Assignee: Zhixiong Chen
>
> The current implementation of salesforce writer, `org.apache.gobblin.writer.http.SalesForceRestWriterBuilder`, deeply coupled with `CloseableHttpClient`.
> The new implementation will decouple the http client from the http writer based on the gobblin http framework.  An example implementation is `org.apache.gobblin.writer.AsyncHttpWriter`, which is mainly composed by:
> {code:java}
> org.apache.gobblin.http.HttpClient
> org.apache.gobblin.async.AsyncRequestBuilder
> org.apache.gobblin.http.ResponseHandler
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)