Piotr Wiecek created FLUME-2770:
-----------------------------------
Summary: Create a new deserializer for the Spooling Directory
source that will be able to parse the header and body text
Key: FLUME-2770
URL: https://issues.apache.org/jira/browse/FLUME-2770
Project: Flume
Issue Type: New Feature
Components: Sinks+Sources
Reporter: Piotr Wiecek
Fix For: v1.7.0
Create a new deserializer for the Spooling Directory source that will be able
to parse the header and body text.
Currently we have serializer, that writes headers and body of the event to the
output stream (HeaderAndBodyTextEventSerializer). There is no default way to
read this kind of data (we have only LineDeserializer).
I created a deserializer, which reads the header with the body until a suitable
message delimiter. I think that it would make sense to add this functionality
to the next release.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)