Github user fchaillou closed the pull request at:
https://github.com/apache/camel/pull/121
---
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
GitHub user fchaillou opened a pull request:
https://github.com/apache/camel/pull/126
Configuration enhancement
Kafka provides a lot of property configurable for both consumer and
producer (See http://kafka.apache.org/documentation.html#consumerconfigs and
http://kafka.apache.org
GitHub user fchaillou opened a pull request:
https://github.com/apache/camel/pull/121
KafkaProducer: lookup the topic in the message header
By default, a kafka producer is not tied to a specific topic.
The topic is related to each message.
Instead of having to specify the
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 rec
GitHub user fchaillou opened a pull request:
https://github.com/apache/camel/pull/119
Update to Kafka 0.8.1
Hello,
Here is just a small patch that updates the camel-kafka component to use
kafka 0.8.1
I will create a JIRA to track this change as well.
Regards