You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 23:23:55 UTC

[GitHub] [beam] damccorm opened a new issue, #21398: SqsIO.write input / construction of Sqs request

damccorm opened a new issue, #21398:
URL: https://github.com/apache/beam/issues/21398

   SqsIO.write should support arbitrary types T and be implemented in terms of a mapper function that converts T into an AWS request.
   
   The current implementation of write as `PTransform<PCollection<SendMessageRequest>, PDone>` is a rather poor choice. It may requires an additional unnecessary serialization & deserialisation round. But even worse, the current `SendMessageRequestCoder` does not support any advanced configuration beyond queueUrl and messageBody and will silently drop it without even warning the user.
   
   Imported from Jira [BEAM-13416](https://issues.apache.org/jira/browse/BEAM-13416). Original Jira may contain additional context.
   Reported by: mosche.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche commented on issue #21398: SqsIO.write input / construction of Sqs request

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche commented on issue #21398:
URL: https://github.com/apache/beam/issues/21398#issuecomment-1535836212

   Obsolete, schemas support for AWS Pojos makes sure all fields are de/-serialized correctly


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche closed issue #21398: SqsIO.write input / construction of Sqs request

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche closed issue #21398: SqsIO.write input / construction of Sqs request
URL: https://github.com/apache/beam/issues/21398


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org