This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 111c1d56377 camel-mail - Fix stream caching with pollEnrich and 
attachment (#14638)
     new 8a2116fb4b9 CAMEL-20912, CAMEL-20913 - Camel-AWS-Kinesis: KCL 
Consumers add parameters for passing Cloudwatch and DynamoDB Clients and for 
profile/default/session credentials Providers
     new ade2e6bb8c7 CAMEL-20912, CAMEL-20913 - Camel-AWS-Kinesis: KCL 
Consumers add parameters for passing Cloudwatch and DynamoDB Clients and for 
profile/default/session credentials Providers

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/catalog/components/aws2-kinesis.json     |  84 ++++-----
 .../aws2/kinesis/Kinesis2ComponentConfigurer.java  |  12 ++
 .../aws2/kinesis/Kinesis2EndpointConfigurer.java   |  12 ++
 .../aws2/kinesis/Kinesis2EndpointUriFactory.java   |   4 +-
 .../camel/component/aws2/kinesis/aws2-kinesis.json |  84 ++++-----
 .../aws2/kinesis/KclKinesis2Consumer.java          | 112 +++++++++---
 .../aws2/kinesis/Kinesis2Configuration.java        |  26 +++
 .../kinesis/integration/KclKinesisConsumerIT.java  |   6 +-
 .../dsl/Aws2KinesisComponentBuilderFactory.java    |  36 ++++
 .../dsl/Kinesis2EndpointBuilderFactory.java        | 192 +++++++++++++++++++++
 .../camel/kotlin/components/Aws2KinesisUriDsl.kt   |  14 ++
 11 files changed, 472 insertions(+), 110 deletions(-)

Reply via email to