You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Erik Schmiegelow (JIRA)" <ji...@apache.org> on 2015/02/19 10:37:12 UTC

[jira] [Updated] (FLUME-2618) Provide Proxy Support for TwitterSource

     [ https://issues.apache.org/jira/browse/FLUME-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Schmiegelow updated FLUME-2618:
------------------------------------
    Attachment: FLUME-2618-0.patch

> Provide Proxy Support for TwitterSource
> ---------------------------------------
>
>                 Key: FLUME-2618
>                 URL: https://issues.apache.org/jira/browse/FLUME-2618
>             Project: Flume
>          Issue Type: Improvement
>          Components: Sinks+Sources
>    Affects Versions: v1.5.1
>            Reporter: Erik Schmiegelow
>             Fix For: v1.6.0
>
>         Attachments: FLUME-2618-0.patch
>
>
> TwitterSource lacks the ability to configure a proxy to access Twitter's API. As Twitter4j allows explicit proxy configuration, TwitterSource should pass on the properties through Context.
> The properties exposed should be:
> http.proxyHost	HTTP proxy server host name	null
> http.proxyPort	HTTP proxy server port	null
> http.proxyUser	HTTP proxy server user name	null
> http.proxyPassword	HTTP proxy server password	null
> as specified in http://twitter4j.org/en/configuration.html#HTTP connection
> I 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)