GitHub user gherreros opened a pull request:
https://github.com/apache/flume/pull/24
FLUME-2781 proposed implementation
Implemented a tiny change so putting to the channel is consistent with
take, so if parseAsFlumeEvent is false it uses the event body text instead of
an Avro Flume event object.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gherreros/flume trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/24.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #24
----
commit 2c02cfa484460056ec4d040dc2ec568e19fa916b
Author: gherreros <[email protected]>
Date: 2015-09-01T13:07:55Z
FLUME-2781 When the Kafka channel is configured as
parseAsFlumeEvent=false, any writes to the topic are done as plain text
(so the events can be read correctly)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---