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]