mdedetrich commented on code in PR #165:
URL: 
https://github.com/apache/incubator-pekko-connectors/pull/165#discussion_r1225771955


##########
google-cloud-pub-sub-grpc/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/pubsub/grpc/javadsl/GooglePubSub.scala:
##########
@@ -95,7 +98,10 @@ object GooglePubSub {
         Source
           .tick(Duration.ZERO, pollInterval, request)
           .mapAsync(1, client.pull(_))
-          .mapConcat(_.getReceivedMessagesList)
+          .mapConcat(

Review Comment:
   Can we add a TODO/comment here that points to 
https://contributors.scala-lang.org/t/better-type-inference-for-scala-send-us-your-problematic-cases/2410/183
 
   
   Its likely that this will be fixed in a future version of Scala 3 at which 
point it would get backported to Scala 3.3.x series and we can remove this 
workaround.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to