GitHub user fchaillou opened a pull request: https://github.com/apache/camel/pull/120
Fix the KafkaConsumer to put the message in the body Right now, the consumer would create an exchange for each received message. However, it didn't filled the exchange body with the received message content. Right now, it is set as an array of bytes but in the future we could use the Consumer decoder class to convert the content in the right type. You can merge this pull request into a Git repository by running: $ git pull https://github.com/fchaillou/camel consumerFix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/120.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 #120 ---- commit a2fd504ac48a9f4759f59b7d2f028df1dc7087c4 Author: Fabien Chaillou <fabien.chail...@gmail.com> Date: 2014-03-26T19:14:10Z Fix the KafkaConsumer to put the message in the body Right now, the consumer would create an exchange for each received message. However, it didn't filled the exchange body with the received message content. Right now, it is set as an array of bytes but in the future we could use the Consumer decoder class to convert the content in the right type. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---