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

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

                Author: ASF GitHub Bot
            Created on: 22/Jan/21 05:57
            Start Date: 22/Jan/21 05:57
    Worklog Time Spent: 10m 
      Work Description: boyuanzz commented on a change in pull request #13787:
URL: https://github.com/apache/beam/pull/13787#discussion_r562268624



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/Publishers.java
##########
@@ -42,7 +43,7 @@ private Publishers() {}
       checkArgument(token.isSupertypeOf(supplied.getClass()));
       return (Publisher<PublishMetadata>) supplied;
     }
-    return RoutingPublisherBuilder.newBuilder()
+    return new 
PartitionCountWatchingPublisher(PartitionCountWatchingPublisherSettings.newBuilder()

Review comment:
       With this change, is there anywhere else using `RoutingPublisher`?




----------------------------------------------------------------
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: 539663)
    Time Spent: 22h 10m  (was: 22h)

> Add Pub/Sub Lite IO to beam builtin
> -----------------------------------
>
>                 Key: BEAM-10114
>                 URL: https://issues.apache.org/jira/browse/BEAM-10114
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-gcp
>            Reporter: Daniel Collins
>            Priority: P3
>          Time Spent: 22h 10m
>  Remaining Estimate: 0h
>
> The IO currently lives [on the pubsub lite 
> github|[https://github.com/googleapis/java-pubsublite/tree/master/pubsublite-beam-io]]
>  but should be moved to being part of beam.



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

Reply via email to