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

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

                Author: ASF GitHub Bot
            Created on: 22/Jan/21 01:25
            Start Date: 22/Jan/21 01:25
    Worklog Time Spent: 10m 
      Work Description: palmere-google commented on a change in pull request 
#13787:
URL: https://github.com/apache/beam/pull/13787#discussion_r562308537



##########
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:
       I don't think so. I thought maybe the java client library used it if the 
user configured a static set of partitions, but it doesns't seem to do so




----------------------------------------------------------------
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: 539412)
    Time Spent: 21h 50m  (was: 21h 40m)

> 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: 21h 50m
>  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