Hello @Carlao. thanks for trying out Kafka pipelines.
Can you verify if you are using a transactional producer to the topic? I.e. does your producer ever use beginTransaction(), commitTransaction() or abortTransaction()?
I’m using a microservice with KafkaStreams processor (consumer/producer) with exactly once semantics (EOS) that is provided by spring cloud framework. This microservice publishes the event to the kafka topic and then pipeline extracts the data from it.