I am trying to set up a Camel S3 Source connector. The S3 bucket already
exists.
I have 2 questions
1. If the bucket already exists and has files in the bucket, when we
define the new connector, are those files immediately read into the topic?
2. The error I am getting is
The message is 57139013 bytes when serialized which is larger than
1048576, which is the value of the max.request.size configuration
Where should I change the max.request.size Value? Do I add that to the
connector config?
3. Why am I getting this error - right after I create the connector. Is it
because 1 happens and that the bucket has files larger than the default size?
Thank you
Aru