This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a change to branch v6.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git
from 03def76 [hotfix][docs] Fix `kinesis.md` syntax error and update
`kinesis.yml`
new d8d14ac [FLINK-39540][Connectors/Kinesis][6.x] Addressed bugs for EFO
subscriptions when they are completed (#243)
new 3fe3aa7 [FLINK-39660] Fix Netty event loop threads blocking and race
condition in `FanOutKinesisShardSubscription`
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:
.../kinesis/source/KinesisStreamsSource.java | 3 +-
.../fanout/FanOutKinesisShardSplitReader.java | 17 +-
.../fanout/FanOutKinesisShardSubscription.java | 408 +++++++----
.../fanout/FanOutKinesisShardSubscriptionTest.java | 774 +++++++++++++++++++++
4 files changed, 1046 insertions(+), 156 deletions(-)
create mode 100644
flink-connector-aws/flink-connector-aws-kinesis-streams/src/test/java/org/apache/flink/connector/kinesis/source/reader/fanout/FanOutKinesisShardSubscriptionTest.java