[ 
https://issues.apache.org/jira/browse/BEAM-13052?focusedWorklogId=673889&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-673889
 ]

ASF GitHub Bot logged work on BEAM-13052:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Nov/21 21:17
            Start Date: 02/Nov/21 21:17
    Worklog Time Spent: 10m 
      Work Description: dpcollins-google commented on pull request #15727:
URL: https://github.com/apache/beam/pull/15727#issuecomment-958169894


   This is confirmed to work with the following code, which runs indefininitely 
publishing new messages:
   
   ```
   with apache_beam.Pipeline(options=pipeline_options) as pipeline:
       sequenced = pipeline | 
ReadFromPubSubLite('SUBSCRIPTION_WITH_ONE_MESSAGE')
       messages = sequenced | 'get_just_message' >> apache_beam.Map(lambda 
message: message.message).with_output_types(PubSubMessage)
       messages | WriteToPubSubLite('SAME_TOPIC_AS_SUBSCRIPTION')
   ```


-- 
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: 673889)
    Time Spent: 6h 20m  (was: 6h 10m)

> Pub/Sub Lite support for Python SDK
> -----------------------------------
>
>                 Key: BEAM-13052
>                 URL: https://issues.apache.org/jira/browse/BEAM-13052
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-py-gcp
>            Reporter: Chamikara Madhusanka Jayalath
>            Assignee: Daniel Collins
>            Priority: P2
>          Time Spent: 6h 20m
>  Remaining Estimate: 0h
>
> Potentially we can make existing Java source/sink available to Python as 
> cross-language transforms.
>  
> cc: [~dpcollins-google]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to