AWS Kinesis Consumer

2023-12-16 Thread Alphonse Bendt
Hi folks, A couple of days ago, I asked about resuming an AWS kinesis stream consumer: https://lists.apache.org/thread/sc6oks5jckcbj19t06chmfpm6dpwt60t I have experimented a bit more with the camel codebase and think now that there is functionality missing to allow implementing a

How to tune recipient list performance?

2023-12-16 Thread Steve973
Hello. Are there examples somewhere that show how to make a recipient list as fast as possible? I have already tried to provide different types of thread pools from the DefaultExecutorServiceManager. If I am sending a lot of small messages, what options should I use to make the recipient list

Re: AWS Kinesis Consumer

2023-12-16 Thread Andrea Cosentino
Hello, The PR looks good to me, I just would like to have more feedback from others (in particular, Otavio, the one writing the Resume API and the Kinesis adapter. Il giorno sab 16 dic 2023 alle ore 13:26 Alphonse Bendt < alphonse.be...@gmail.com> ha scritto: > Hi folks, > > A couple of days

Re: How to tune recipient list performance?

2023-12-16 Thread Steve973
Hello. I wanted to post a quick follow-up of my efforts to tune my app to get better performance with a recipient list. Previously, I was only able to get 1,000,000 messages through my example in five minutes. After some playing around, I got all million messages completed in about 45 seconds!