Commit graph

141 commits

Author SHA1 Message Date
Joshua Kim
16c58d7d9d Release 2.2.4 2021-02-19 04:59:11 -08:00
Joshua Kim
5d68e65c2c
Fixing bug where ShardFilter parameter for ListShards was being passe… (#788)
* Fixing bug where ShardFilter parameter for ListShards was being passed in for paginated calls.

This resulted in a bug where all calls for ListShards when initializing
the lease table would fail, since Kinesis only requires the NextToken
parameter when making paginated calls.

* Adding some logging for listShards.

Co-authored-by: Joshua Kim <kimjos@amazon.com>
2021-02-18 18:26:24 -08:00
Renju Radhakrishnan
0064d1e5fc Move throwable exception handling up a level to prevent daemon thread death 2021-01-22 13:12:57 -08:00
Yatin
1274a63fcc KCL V2.3.3 release notes. 2020-12-23 14:26:19 -08:00
Yatin
e649dff90e Fixing bug where idleTimeBetweenReadsInMillis property was ignored in PollingConfig. 2020-12-23 12:16:42 -08:00
Yatin
c7c56d5582 Backing off everytime we get throttling exception from Kinesis. 2020-12-09 13:28:38 -08:00
Yatin
2d70002258 Fixing bug in PrefetchRecordsPublisher which was causing retry storms if initial requests fail due to no wait time between get calls. 2020-12-08 04:51:03 -08:00
Ashwin Giridharan
daee9e2cd4 KCL V2.3.2 release 2020-11-19 14:31:04 -08:00
Ravindranath Kakarla
a7a61616cb Removing dependency on Glue SDK.
Adding dependency on the Glue Schema Registry common package.
2020-11-19 11:07:52 -08:00
Ravindranath Kakarla
99cb3356bb Updating the dependency path 2020-11-18 13:25:00 -08:00
Ravindranath Kakarla
e4b1c8d561 Add support for GlueSchemaRegistry message deserialization. 2020-11-16 11:22:59 -08:00
ashwing
98050ca86a
Merge pull request #742 from awslabs/dependabot/maven/amazon-kinesis-client/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1 in /amazon-kinesis-client
2020-10-26 16:45:54 -07:00
Yatin
7bc701fa32 KCL release v2.3.1. 2020-10-19 16:38:40 -07:00
dependabot[bot]
a7eb9928f0
Bump junit from 4.11 to 4.13.1 in /amazon-kinesis-client
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-14 00:35:07 +00:00
Joshua Kim
0c5042dadf
Release v2.13.0 (#736) 2020-08-17 18:50:19 -04:00
Cai41
87677255e1 DDB is considered healthy in UPDATING status 2020-06-24 13:07:24 -07:00
Micah Jaffe
be1e3cd112
Update to 2.2.12-SHAPSHOT (#724) 2020-05-28 13:47:02 -07:00
Micah Jaffe
9db3a11ffe
Prepare for 2.2.11 release (#723) 2020-05-27 17:54:18 -07:00
Keerthy Muralidharan
b195cfe4cf reverting version 2020-05-14 13:26:15 -07:00
Keerthy Muralidharan
ea8cf661ae proto-buf upgrade 2020-05-13 15:42:51 -07:00
Joshua Kim
8873b1346f
Adjusting default initial window size to 512 KB. (#706) 2020-04-15 00:38:07 -04:00
Joshua Kim
e045b308c7
Updating version to 2.2.11-SNAPSHOT (#709) 2020-04-09 20:04:47 -04:00
Joshua Kim
2d975d4118
Preparing for v2.2.10 release. (#707)
* Preparing for v2.2.10 release.

* Grammar

* Removing PR from this release pending further testing.
2020-03-26 20:19:19 -04:00
Joshua Kim
7c7491c30d
Adding subscribe to shard request id logging to ShardConsumerSubscriber. (#705) 2020-03-23 12:34:26 -04:00
jushkem
1092c8d86d Making BillingMode support opt-in. 2020-03-23 07:23:24 -07:00
Joshua Kim
ab572a9378
Update SNAPSHOT version. (#690) 2020-02-18 16:40:11 -08:00
Joshua Kim
cff709d044
Preparing for 2.2.9 release. (#688) 2020-02-18 10:15:55 -08:00
Joshua Kim
189df4bc90
Adding request id logging to SubscribeToShard response. (#678) 2020-02-17 14:34:20 -08:00
Joshua Kim
b3bcc59697
Update SNAPSHOT version. (#681) 2020-01-28 15:44:39 -08:00
Joshua Kim
9abb56a634
Preparing for KCL v2.2.8 release (#680) 2020-01-28 11:49:55 -08:00
Joshua Kim
66f5204d84
Updating to new version of AWS SDK 2.10.56, changing Netty client defaults. (#679)
* Updating AWS SDK version to 2.10.56

* Changing default netty client to use 60 second ping health check timeout and 10MB initial window size.

* Tuning default request response timeout to 60 seconds.
2020-01-28 11:00:51 -08:00
Eric Meisel
3e32ff1906 Fix for #475 2020-01-16 08:37:10 -08:00
ychunxue
8a01abbf43
Merge pull request #668 from josvijay/shard-consumer-test-fix
Ensure the new test task is scheduled beyond millisecond delay to avo…
2019-12-20 09:58:53 -08:00
Vijay
3fba5b31e6 Ensure the new test task is scheduled beyond millisecond delay to avoid incorrect test failure. 2019-12-19 15:19:10 -08:00
Vijay
4c8f03cf58 Ensure IntegrationTests follow pattern of "*IntegrationTest.java" file name pattern to skip running it with -DSkipITs mvn option. 2019-12-18 13:49:03 -08:00
Micah Jaffe
a2228b9292
Update SNAPSHOT version (#660) 2019-12-03 09:15:43 -08:00
Micah Jaffe
ae0d334508
Prepare KCL 2.2.7 release (#658) 2019-12-02 13:33:29 -08:00
Eric Meisel
8b7c1554cb Configurable DynamoDB BillingMode (#582)
* Configurable DDB BillingModes for LeaseTables upon creation

* Adding tests and fixing specifying DDB provisioning levels when billing by request.
2019-11-26 12:32:56 -08:00
Chunxue Yang
b1ca4f860e Fix unit tests 2019-11-07 16:49:15 -08:00
Chunxue Yang
5221e1cd54 Fixing unit tests 2019-11-07 15:32:33 -08:00
Chunxue Yang
d940f8e2aa Potential Unit test fix 2019-11-07 13:52:00 -08:00
Chunxue Yang
653a25456c Debug remote unit test failure 2019-11-07 13:37:45 -08:00
Chunxue Yang
6690812aac Prepare for KCL release 2.2.6 2019-11-06 15:26:32 -08:00
Chunxue Yang
5239ed96ff Addressing comments 2019-11-01 14:08:57 -07:00
Chunxue Yang
c5c4e428f2 Remove the shutdown event from the queue before executing the shudown event 2019-11-01 09:47:24 -07:00
Chunxue Yang
c7754c4eda Fixing unit tests 2019-10-29 11:57:17 -07:00
Chunxue Yang
079bb52611 Updating sdk version and fixing unit tests 2019-10-25 15:08:20 -07:00
Chunxue Yang
6d3b042f6d SNAPSHOT version create 2019-10-24 14:09:27 -07:00
ychunxue
bb8fa6cd89 KCL Release 2.2.5 (#635)
* Revalidate if current shard is closed before shutting down the ShardConsumer

* KCL 2.2.5 release

* KCL 2.2.5 release

* Fixing bad merge

* Update the KINESIS_CLIENT_LIB_USER_AGENT_VERSION
2019-10-23 15:54:23 -07:00
ychunxue
1f686488c7 Shard end v2 (#624)
* Revalidate if current shard is closed before shutting down the ShardConsumer

* Renaming Method

* Force Lease to be lost before shutting down with Zombi state

* Adding comments for ShardEnd related unit tests
2019-10-23 09:33:07 -07:00