You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by 逐风者的祝福 <18...@qq.com> on 2018/06/01 03:14:44 UTC

回复:Artemis Source connector into apache kafka.

Hi Meow
  I found Apache Artemis is a no blocking MQ and kafka is also a message service , so they are seem duplicate in some aspects 




------------------ 原始邮件 ------------------
发件人: "meow licous"<me...@gmail.com>; 
发送时间: 2018年5月31日(星期四) 上午7:57
收件人: "users"<us...@kafka.apache.org>; 
主题: Artemis Source connector into apache kafka.



Hi,


I am trying to write a source connector from Apache Artemis into Kafka.
Here `Source Partition` doesn't make much sense since you can't keep track
of position in Artemis. You either `Ack` or `Nack` a message.

is connect only for sources that support reading from a specific point like
a file position, dbtimestamp ect?

Is is possible to copy these messages into kafka in a lossless manner.

- Meow