[GitHub] camel pull request: KafkaProducer: lookup the topic in the message...

2014-06-07 Thread fchaillou
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] camel pull request: Configuration enhancement

2014-03-31 Thread fchaillou
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] camel pull request: KafkaProducer: lookup the topic in the message...

2014-03-26 Thread fchaillou
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] camel pull request: Fix the KafkaConsumer to put the message in th...

2014-03-26 Thread fchaillou
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] camel pull request: Update to Kafka 0.8.1

2014-03-26 Thread fchaillou
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