Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
3.14.0
-
None
-
Advanced
Description
Hello
We are trying to read files using the following connector
https://github.com/apache/camel-kafka-connector-examples/tree/main/sftp/sftp-source
The connector sends the whole file in one record to kafka (useless on large files).
we have files of 500MB
Is it possible to convert the whole record into small batches?
We unsuccessfully tried a couple of approaches with not luck.
The transform does not allow to return a list of newrecord -> public R apply(R r) {
Thanks in advance