Hi Jose, I'm not sure I get the use case perfectly, but there is an ongoing development for a HTTP sink: https://github.com/apache/flume/pull/84 Do you think that is relevant for this issue?
Btw, looking at https://github.com/apache/flume/blob/bb0eba0b2000bbd0ec6602f6221279412cc208b4/pom.xml#L967 , it seems like 4.2.1 is included. If you have fixed something in Flume, can you please send a patch or open a pull request at https://github.com/apache/flume/pulls ? (A pull request would be greatly appreciated.) Thank you, Donat 2016-11-17 17:33 GMT+01:00 Jose Miguel Barone Mattos <jmiguelbar...@gmail.com>: > Hi, i'm using httclient library to call a rest service from a custom sink in > the last stable version of Flume (1.7.0) > > I needed to update the httcore version included in Flume from 4.1.3 to 4.2.1 > because is the version that maven shows me as the right version to httclient > 4.2.1 (also included in Flume). > > With the included 4.1.3 my custom sink doesn't work and with 4.2.1 works > flawless. > > So, this is a "warning" about the right version to include in Flume. > Thanks and continue with the great work with Flume. > > >