Skip to content

Commit f79c7a6

Browse files
stair-awsbrendan-p-lynch
authored andcommitted
Revbump KCL to 2.5.2 to enable NestedPropertyKey support.
1 parent 3013d15 commit f79c7a6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<properties>
55
<awssdk.version>2.19.2</awssdk.version>
66
<aws-java-sdk.version>1.12.370</aws-java-sdk.version>
7+
<kcl.version>2.5.2</kcl.version>
78
<netty.version>4.1.86.Final</netty.version>
89
<netty-reactive.version>2.0.6</netty-reactive.version>
910
<fasterxml-jackson.version>2.13.4</fasterxml-jackson.version>
@@ -13,12 +14,12 @@
1314
<dependency>
1415
<groupId>software.amazon.kinesis</groupId>
1516
<artifactId>amazon-kinesis-client-multilang</artifactId>
16-
<version>2.5.1</version>
17+
<version>${kcl.version}</version>
1718
</dependency>
1819
<dependency>
1920
<groupId>software.amazon.kinesis</groupId>
2021
<artifactId>amazon-kinesis-client</artifactId>
21-
<version>2.5.1</version>
22+
<version>${kcl.version}</version>
2223
</dependency>
2324
<dependency>
2425
<groupId>software.amazon.awssdk</groupId>
@@ -361,4 +362,4 @@
361362
<version>3.2.2</version>
362363
</dependency>
363364
</dependencies>
364-
</project>
365+
</project>

samples/sample.properties

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ applicationName = PythonKCLSample
2020
# The DefaultAWSCredentialsProviderChain checks several other providers, which is
2121
# described here:
2222
# 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
2326
AWSCredentialsProvider = DefaultAWSCredentialsProviderChain
2427

2528
# Appended to the user agent of the KCL. Does not impact the functionality of the

0 commit comments

Comments
 (0)