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

Reply via email to