[
https://issues.apache.org/jira/browse/BEAM-10137?focusedWorklogId=462424&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-462424
]
ASF GitHub Bot logged work on BEAM-10137:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/20 07:25
Start Date: 23/Jul/20 07:25
Worklog Time Spent: 10m
Work Description: piotr-szuberski commented on a change in pull request
#12297:
URL: https://github.com/apache/beam/pull/12297#discussion_r459260343
##########
File path:
sdks/java/io/kinesis/src/main/java/org/apache/beam/sdk/io/kinesis/KinesisIO.java
##########
@@ -561,6 +569,41 @@ public Read withMaxCapacityPerShard(Integer maxCapacity) {
}
}
+ /**
+ * A {@link PTransform} to read from Kinesis stream. Similar to {@link
KinesisIO.Read}, but
+ * removes Kinesis metatdata and returns a {@link PCollection} of {@link
byte[]}. See {@link
+ * KinesisIO} for more information on usage and configuration of reader.
+ */
+ public static class TypedWithoutMetadata extends PTransform<PBegin,
PCollection<byte[]>> {
Review comment:
I followed the code in KafkaIO where TypedWithoutMetadata is used.
ReadWithoutMetadata tells indeed much more.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 462424)
Time Spent: 1h 40m (was: 1.5h)
> Add cross-language wrapper for Java's KinesisIO Read
> ----------------------------------------------------
>
> Key: BEAM-10137
> URL: https://issues.apache.org/jira/browse/BEAM-10137
> Project: Beam
> Issue Type: Sub-task
> Components: cross-language, io-java-kinesis, io-py-aws
> Affects Versions: Not applicable
> Reporter: Piotr Szuberski
> Assignee: Piotr Szuberski
> Priority: P2
> Labels: portability
> Fix For: Not applicable
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Add cross-language wrapper for Java's KinesisIO Read
--
This message was sent by Atlassian Jira
(v8.3.4#803005)