[
https://issues.apache.org/jira/browse/BEAM-13175?focusedWorklogId=740917&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-740917
]
ASF GitHub Bot logged work on BEAM-13175:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Mar/22 14:39
Start Date: 14/Mar/22 14:39
Worklog Time Spent: 10m
Work Description: mosche opened a new pull request #17082:
URL: https://github.com/apache/beam/pull/17082
Making note of the new write support in Kinesis IO and providing a summary
of recent fixes improvements in the v2 module:
`amazon-web-services2` has reached feature parity and is finally recommended
over the earlier `amazon-web-services` and `kinesis` modules (Java). These will
be deprecated in one of the next releases
([BEAM-13174](https://issues.apache.org/jira/browse/BEAM-13174)).
* Long outstanding write support for `Kinesis` was added
([BEAM-13175](https://issues.apache.org/jira/browse/BEAM-13175)).
* Configuration was simplified and made consistent across all IOs,
including the usage of `AwsOptions`
([BEAM-13563](https://issues.apache.org/jira/browse/BEAM-13563),
[BEAM-13663](https://issues.apache.org/jira/browse/BEAM-13663),
[BEAM-13587](https://issues.apache.org/jira/browse/BEAM-13587)).
* Additionally, there's a long list of recent improvements and fixes to
`S3` Filesystem
([BEAM-13245](https://issues.apache.org/jira/browse/BEAM-13245),
[BEAM-13246](https://issues.apache.org/jira/browse/BEAM-13246),
[BEAM-13441](https://issues.apache.org/jira/browse/BEAM-13441),
[BEAM-13445](https://issues.apache.org/jira/browse/BEAM-13445),
[BEAM-14011](https://issues.apache.org/jira/browse/BEAM-14011)),
`DynamoDB` IO
([BEAM-13209](https://issues.apache.org/jira/browse/BEAM-13009),
[BEAM-13209](https://issues.apache.org/jira/browse/BEAM-13209)),
`SQS` IO
([BEAM-13631](https://issues.apache.org/jira/browse/BEAM-13631),
[BEAM-13510](https://issues.apache.org/jira/browse/BEAM-13510)) and others.
------------------------
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution quickly and easily:
- [ ] [**Choose
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and
mention them in a comment (`R: @username`).
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
See the [Contributor Guide](https://beam.apache.org/contribute) for more
tips on [how to make review process
smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
To check the build health, please visit
[https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
GitHub Actions Tests Status (on master branch)
------------------------------------------------------------------------------------------------
[](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
[](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
[](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more
information about GitHub Actions CI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 740917)
Time Spent: 10h 50m (was: 10h 40m)
> Implement missing KinesisIO.Write for aws2
> ------------------------------------------
>
> Key: BEAM-13175
> URL: https://issues.apache.org/jira/browse/BEAM-13175
> Project: Beam
> Issue Type: New Feature
> Components: io-java-aws
> Reporter: Moritz Mack
> Assignee: Moritz Mack
> Priority: P2
> Labels: aws-sdk-v2
> Time Spent: 10h 50m
> Remaining Estimate: 0h
>
> The Kinesis Producer library KPL isn't available for aws2. Hence, we cannot
> trivially port the old KinesisIO.Write over.
> But at the same time KPL also doesn't align with the ideas behind SDFs. So
> it's a good opportunity to implement it properly.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)