[
https://issues.apache.org/jira/browse/BEAM-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Moritz Mack updated BEAM-13638:
-------------------------------
Description:
*org.apache.beam.sdk.io.aws2.sqs.SqsMessage* class has *package private* access
for all the methods which makes it impossible to access the message body
outside of the beam package.
Additionally, the type of *timeStamp* and *requestTimeStamp* should be *long*
instead of String.
was:
*org.apache.beam.sdk.io.aws2.sqs.SqsMessage* class has *package private* access
for all the methods which makes it impossible to access the message body
outside of the beam package.
Additionally, the type of timeStamp and requestTimeStamp should be long instead
of String.
> SqsMessage class have package private access for getters
> --------------------------------------------------------
>
> Key: BEAM-13638
> URL: https://issues.apache.org/jira/browse/BEAM-13638
> Project: Beam
> Issue Type: Bug
> Components: io-java-aws
> Affects Versions: 2.34.0, 2.35.0
> Reporter: bala barath
> Assignee: Moritz Mack
> Priority: P2
> Labels: SQS, aws-sdk-v2, easyfix
> Fix For: Not applicable
>
>
> *org.apache.beam.sdk.io.aws2.sqs.SqsMessage* class has *package private*
> access for all the methods which makes it impossible to access the message
> body outside of the beam package.
> Additionally, the type of *timeStamp* and *requestTimeStamp* should be *long*
> instead of String.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)