[jira] [Updated] (FLUME-2524) Adding an HTTP Sink

2017-09-12 Thread Ferenc Szabo (JIRA)

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

Ferenc Szabo updated FLUME-2524:

Fix Version/s: (was: 1.8.0)
   1.9.0

> Adding an HTTP Sink
> ---
>
> Key: FLUME-2524
> URL: https://issues.apache.org/jira/browse/FLUME-2524
> Project: Flume
>  Issue Type: New Feature
>  Components: Sinks+Sources
>Affects Versions: 1.6.0
>Reporter: Jeff Guilmard
> Fix For: 1.9.0
>
> Attachments: FLUME-2524-0.patch, FLUME-2524-1.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Flume whould have an HTTP Sink, with following capacities:
> - Using up to date performant Http Client
> - Capacity to load balance on multiple target servers (simple round robin)
> - Handle HTTP Authentication
> - use HTTP POST
> - Capacity to send binary data.



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


[jira] [Updated] (FLUME-2524) Adding an HTTP Sink

2016-06-25 Thread Lior Zeno (JIRA)

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

Lior Zeno updated FLUME-2524:
-
Fix Version/s: v1.8.0

> Adding an HTTP Sink
> ---
>
> Key: FLUME-2524
> URL: https://issues.apache.org/jira/browse/FLUME-2524
> Project: Flume
>  Issue Type: New Feature
>  Components: Sinks+Sources
>Affects Versions: v1.6.0
>Reporter: Jeff Guilmard
> Fix For: v1.8.0
>
> Attachments: FLUME-2524-0.patch, FLUME-2524-1.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Flume whould have an HTTP Sink, with following capacities:
> - Using up to date performant Http Client
> - Capacity to load balance on multiple target servers (simple round robin)
> - Handle HTTP Authentication
> - use HTTP POST
> - Capacity to send binary data.



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


[jira] [Updated] (FLUME-2524) Adding an HTTP Sink

2015-05-04 Thread Johny Rufus (JIRA)

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

Johny Rufus updated FLUME-2524:
---
Fix Version/s: (was: v1.6.0)

 Adding an HTTP Sink
 ---

 Key: FLUME-2524
 URL: https://issues.apache.org/jira/browse/FLUME-2524
 Project: Flume
  Issue Type: New Feature
  Components: Sinks+Sources
Affects Versions: v1.6.0
Reporter: Jeff Guilmard
 Attachments: FLUME-2524-0.patch, FLUME-2524-1.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 Flume whould have an HTTP Sink, with following capacities:
 - Using up to date performant Http Client
 - Capacity to load balance on multiple target servers (simple round robin)
 - Handle HTTP Authentication
 - use HTTP POST
 - Capacity to send binary data.



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


[jira] [Updated] (FLUME-2524) Adding an HTTP Sink

2014-11-28 Thread Jeff Guilmard (JIRA)

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

Jeff Guilmard updated FLUME-2524:
-
Attachment: FLUME-2524-1.patch

New patch, replacing the first one.

This patch looks stable to me. It improves a lot the performances, which was a 
major work in order to tune HttpClient.
It adds also the monitoring part that was missing.

This version is not accepting Batch of events (more than 1), as HTTP is not 
transactional. I was not sure on how to handle this properly without breaking 
the transaction behavior of Flume Channels. Therefore i did not work on that, 
even if that could improve performances even more.

Any comment is welcome: i will submit for review!

 Adding an HTTP Sink
 ---

 Key: FLUME-2524
 URL: https://issues.apache.org/jira/browse/FLUME-2524
 Project: Flume
  Issue Type: New Feature
  Components: Sinks+Sources
Affects Versions: v1.6.0
Reporter: Jeff Guilmard
 Fix For: v1.6.0

 Attachments: FLUME-2524-0.patch, FLUME-2524-1.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 Flume whould have an HTTP Sink, with following capacities:
 - Using up to date performant Http Client
 - Capacity to load balance on multiple target servers (simple round robin)
 - Handle HTTP Authentication
 - use HTTP POST
 - Capacity to send binary data.



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


[jira] [Updated] (FLUME-2524) Adding an HTTP Sink

2014-10-31 Thread Jeff Guilmard (JIRA)

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

Jeff Guilmard updated FLUME-2524:
-
Attachment: FLUME-2524-0.patch

First version for a patch.

Still need to improve:
- Authentication only basic
- HTTP connection should be optimized
- Only processing event by event, no batch.



 Adding an HTTP Sink
 ---

 Key: FLUME-2524
 URL: https://issues.apache.org/jira/browse/FLUME-2524
 Project: Flume
  Issue Type: New Feature
  Components: Sinks+Sources
Affects Versions: v1.6.0
Reporter: Jeff Guilmard
 Fix For: v1.6.0

 Attachments: FLUME-2524-0.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 Flume whould have an HTTP Sink, with following capacities:
 - Using up to date performant Http Client
 - Capacity to load balance on multiple target servers (simple round robin)
 - Handle HTTP Authentication
 - use HTTP POST
 - Capacity to send binary data.



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