FlumeNote - huangyuefeng/study GitHub Wiki
BlobHandler
查了下http source下,有个
BlobHandler for HTTPSource that returns event that contains the request parameters as well as the Binary Large Object (BLOB) uploaded with this request.
这个主要是用来处理上传BinaryLarge Object (BLOB)的请求,例如PDF、jpg。