You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/31 15:52:16 UTC

[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #313: Minio-Connector example with deleteAfterRead, retrieve only once and consume large message size.

oscerd commented on issue #313:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/313#issuecomment-811172807


   Have a look at https://camel.apache.org/camel-kafka-connector/latest/idempotency.html for avoid reconsuming the same object.
   
   There is no splitting support and there is no plan to add it in the short term.
   
   If you need to do complex logic, have a look at plain camel. You can create a route consuming from minio, split it by line and send the data to other endpoint
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org