File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
<properties >
5
5
<awssdk .version>2.19.2</awssdk .version>
6
6
<aws-java-sdk .version>1.12.370</aws-java-sdk .version>
7
+ <kcl .version>2.5.2</kcl .version>
7
8
<netty .version>4.1.86.Final</netty .version>
8
9
<netty-reactive .version>2.0.6</netty-reactive .version>
9
10
<fasterxml-jackson .version>2.13.4</fasterxml-jackson .version>
13
14
<dependency >
14
15
<groupId >software.amazon.kinesis</groupId >
15
16
<artifactId >amazon-kinesis-client-multilang</artifactId >
16
- <version >2.5.1 </version >
17
+ <version >${kcl.version} </version >
17
18
</dependency >
18
19
<dependency >
19
20
<groupId >software.amazon.kinesis</groupId >
20
21
<artifactId >amazon-kinesis-client</artifactId >
21
- <version >2.5.1 </version >
22
+ <version >${kcl.version} </version >
22
23
</dependency >
23
24
<dependency >
24
25
<groupId >software.amazon.awssdk</groupId >
361
362
<version >3.2.2</version >
362
363
</dependency >
363
364
</dependencies >
364
- </project >
365
+ </project >
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ applicationName = PythonKCLSample
20
20
# The DefaultAWSCredentialsProviderChain checks several other providers, which is
21
21
# described here:
22
22
# http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html
23
+ #
24
+ # For additional configuration, including nested properties, see:
25
+ # https://github.com/awslabs/amazon-kinesis-client/blob/master/docs/multilang/configuring-credential-providers.md
23
26
AWSCredentialsProvider = DefaultAWSCredentialsProviderChain
24
27
25
28
# Appended to the user agent of the KCL. Does not impact the functionality of the
You can’t perform that action at this time.
0 commit comments