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 <[email protected]>: > 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 > separator, but it's just one message not two. > > > I guess that it's not normal, right? What could it be happening? I have > been modifing the bachsizes and others properties although I don't think > that it should be important for this error. > > Sorry for the subject but I wasn't sure about what to type to describe it. >
