Commit graph

505 commits

Author SHA1 Message Date
Eric Meisel
6516c36789
Convert startGracefulShutdown() to a CompletableFuture 2021-05-11 16:50:51 -05:00
kevin
afee84d7da Add more unit tests for exception cases 2021-05-10 13:48:37 -07:00
kevin
362e086d5d Create shared timestamp for testWithInitialPositionInStreamExtended 2021-05-10 10:51:13 -07:00
dependabot[bot]
df1106dea3
Bump commons-io from 2.6 to 2.7 in /amazon-kinesis-client-multilang
Bumps commons-io from 2.6 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:37:34 +00:00
ashwing
bd96580b0a
Update README.md 2021-04-20 09:06:39 -07:00
kevin
6e0cbb905d Allow InitialPositionInStreamExtended to be specified in properties file
E.g. initialPositionInStreamExtended = 1617305352
2021-04-05 12:07:30 -07:00
ashwing
668422ccbd
Merge pull request #801 from Renjuju/fix-indefinitely-blocking-leaderElectionThreadPool-bug-fix
Add acquiredLock flag to prevent unlocking when no lock is held
2021-04-02 10:57:37 -07:00
Renju Radhakrishnan
3adc1c180c Add acquiredLock flag to prevent unlocking when no lock is held 2021-04-02 10:18:27 -07:00
dependabot[bot]
6b3a6e5cb8
Bump guava from 26.0-jre to 29.0-jre in /amazon-kinesis-client
Bumps [guava](https://github.com/google/guava) from 26.0-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 22:25:56 +00:00
Tiaan Louw
51787690d9 Silence warning when there are no stale streams to delete 2021-03-10 12:14:44 +01:00
Joshua Kim
4fde788414
v2.2.4 Release (#789)
* Adding release notes

* Release 2.2.4

* fixing duplicate entry for 2.2.3

* Fixing typo

* Approved wording.

Co-authored-by: Joshua Kim <kimjos@amazon.com>
2021-02-19 16:41:27 -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
ashwing
d5cac07851
Update README.md 2021-01-27 17:05:57 -08:00
ashwing
e03285508e
Merge pull request #775 from Renjuju/fix-daemon-thread-exception-handling
Move throwable exception handling up a level to prevent daemon thread death
2021-01-22 13:27:19 -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
yatins47
d07192c3e9
Merge pull request #768 from yatins47/master
KCL V2.3.3 release notes.
2020-12-23 14:30:26 -08:00
Yatin
1274a63fcc KCL V2.3.3 release notes. 2020-12-23 14:26:19 -08:00
yatins47
e58dffee87
Merge pull request #767 from yatins47/master
Fixing bug where idleTimeBetweenReadsInMillis property was ignored in…
2020-12-23 13:54:37 -08:00
Yatin
e649dff90e Fixing bug where idleTimeBetweenReadsInMillis property was ignored in PollingConfig. 2020-12-23 12:16:42 -08:00
yatins47
ac6bcdbf0a
Merge pull request #763 from yatins47/master
Fixing bug in PrefetchRecordsPublisher which was causing retry storms…
2020-12-09 13:34:58 -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
Vicki Cheung
1cad02ce25 adding sts dependency 2020-12-01 23:18:38 -08:00
ashwing
da3b11153f
Merge pull request #756 from ashwing/gsr_release
KCL V2.3.2 release
2020-11-19 16:08:34 -08:00
Ashwin Giridharan
53779c9b23 Updating change log 2020-11-19 15:04:49 -08:00
Ashwin Giridharan
51179295aa Updating Readme version numbers 2020-11-19 14:43:08 -08:00
Ashwin Giridharan
daee9e2cd4 KCL V2.3.2 release 2020-11-19 14:31:04 -08:00
ashwing
8da8ddc9f5
Merge pull request #754 from blacktooth/master
Add support for GlueSchemaRegistry message deserialization.
2020-11-19 13:57:43 -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
ashwing
aabd28bfe6
Merge pull request #741 from awslabs/dependabot/maven/amazon-kinesis-client-multilang/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1 in /amazon-kinesis-client-multilang
2020-10-26 16:45:23 -07:00
yatins47
72d50e7baf
Merge pull request #744 from yatins47/master
KCL release v2.3.1.
2020-10-20 01:24:45 -07:00
Yatin
d055a35269 KCL release v2.3.1. 2020-10-19 18:48:33 -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
dependabot[bot]
12b5a9c583
Bump junit from 4.11 to 4.13.1 in /amazon-kinesis-client-multilang
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:04 +00:00
ashwing
cce05bf4fd
Merge pull request #730 from awslabs/dependabot/maven/amazon-kinesis-client-multilang/commons-beanutils-commons-beanutils-1.9.4
Bump commons-beanutils from 1.9.3 to 1.9.4 in /amazon-kinesis-client-multilang
2020-10-01 09:29:07 -07:00
Joshua Kim
0c5042dadf
Release v2.13.0 (#736) 2020-08-17 18:50:19 -04:00
dependabot[bot]
4bd195320d
Bump commons-beanutils in /amazon-kinesis-client-multilang
Bumps commons-beanutils from 1.9.3 to 1.9.4.

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-27 14:25:27 +00: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
Micah Jaffe
1d5099cef4
Update AWS SDK to version 2.13.25 (#722) 2020-05-27 17:51:43 -07:00
ychunxue
7324d46294
Merge pull request #718 from keerthy411/master
proto-buf upgrade to 3.11.4
2020-05-14 13:53:53 -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