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

Hudson commented on FLUME-1199:
-------------------------------

Integrated in flume-trunk #316 (See 
[https://builds.apache.org/job/flume-trunk/316/])
    FLUME-1199. Add HTTP Post Source. (Revision 
bc1928bc2e23293cb20f4bc2693a3bc262f507b3)

     Result = SUCCESS
mpercy : 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=bc1928bc2e23293cb20f4bc2693a3bc262f507b3
Files : 
* 
flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSourceConfigurationConstants.java
* flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSource.java
* 
flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSourceHandler.java
* 
flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPBadRequestException.java
* flume-ng-core/pom.xml
* flume-ng-core/src/test/java/org/apache/flume/source/http/TestJSONHandler.java
* flume-ng-doc/sphinx/FlumeUserGuide.rst
* flume-ng-sdk/src/main/java/org/apache/flume/event/JSONEvent.java
* pom.xml
* flume-ng-core/src/test/java/org/apache/flume/source/http/TestHTTPSource.java
* 
flume-ng-core/src/test/java/org/apache/flume/source/http/FlumeHttpServletRequestWrapper.java
* flume-ng-core/src/main/java/org/apache/flume/source/http/JSONHandler.java

                
> Add HTTP Post Source
> --------------------
>
>                 Key: FLUME-1199
>                 URL: https://issues.apache.org/jira/browse/FLUME-1199
>             Project: Flume
>          Issue Type: New Feature
>          Components: Sinks+Sources
>    Affects Versions: v1.1.0
>            Reporter: Roko Kruze
>            Assignee: Hari Shreedharan
>             Fix For: v1.3.0
>
>         Attachments: FLUME-1199-4.patch
>
>
> From some clients it would be simpler to post an event to a HTTP URL then to 
> make an Avro RPC call. This source would accept inbound HTTP POST requests 
> and ideally would place all the HTTP headers into the headers of the event so 
> they could be used for routing and partitioning. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to