Hi Deepak, You just need to provide an implementation of the HTTPSourceHandler interface and set the *handler* to the fully qualified class name of your class. Additional parameters will be given to your handle on the configure method. The properties will be anything that starts with *handler.*.* * * hope that helps,
dave On Wed, Oct 2, 2013 at 4:25 PM, Deepak Subhramanian < [email protected]> wrote: > Hi , > > Has anyone extended HTTPHandler in Flume . I am trying to add an > extension to recieve xml documents and convert it to Avro. Appreciate any > inputs > > Thanks, > Deepak Subhramanian >
