Re: Problema with JMS-Source and Kafka-Sink

2015-06-16 Thread Johny Rufus
Yes, each message in JMS is translated into one event. So you should be able to see two messages when consuming from Kafka. Can you use a logger sink instead of kafka sink and verify you are getting two messages from the JMS source. Thanks, Rufus On Tue, Jun 16, 2015 at 6:16 AM, Guillermo Ortiz

Re: Problema with JMS-Source and Kafka-Sink

2015-06-16 Thread Guillermo Ortiz
So, If I consume many messages from JMS, each message is translated to one event?? how about when I write in Kafka with the Kafka Sink? 2015-06-16 13:25 GMT+02:00 Guillermo Ortiz : > Hi, > > I'm using a JMS-Source and Kafka-Sink > I read two message from a JMS-Source and the Kafka-Sink only puts

Problema with JMS-Source and Kafka-Sink

2015-06-16 Thread Guillermo Ortiz
Hi, I'm using a JMS-Source and Kafka-Sink I read two message from a JMS-Source and the Kafka-Sink only puts one message in Kafka, the join of these two messages. So, when I consume them, I recieve these two message like one. If I use a consumer of kafka I can see both messages with a newline separ