Hi,
I am trying to run the camel-example-cdi-aws-s3 example and I get an error that
the client is immutable. I had to change the example for keys and bucket name.
So, maybe that is where the problem is.
The modified route I use is:
from("aws-s3:my-scratch-bucket?accessKey=X&secretKey=X
Yes, it seems like the only way for me.
While I'm at it I would like to understand how pollEnrich works with Kafka.
I was looking at KafkaConsumer where messages are being polled and I see
how polling multiple messages from multiple partitions work when
KafkaConsumer is invoked from from("kafka:.."
Hi Claus
Works perfect, thanks a lot
Stephan
-Ursprüngliche Nachricht-
Von: Claus Ibsen [mailto:claus.ib...@gmail.com]
Gesendet: Freitag, 15. Dezember 2017 18:03
An: users@camel.apache.org
Betreff: Re: Peek into big file before splitter
Hi
The file consumer will store the file as a Ge