pjfanning commented on code in PR #1494:
URL: https://github.com/apache/pekko-connectors/pull/1494#discussion_r2932597604
##########
google-cloud-pub-sub-grpc/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/pubsub/grpc/scaladsl/GooglePubSub.scala:
##########
@@ -15,13 +15,16 @@ package
org.apache.pekko.stream.connectors.googlecloud.pubsub.grpc.scaladsl
import org.apache.pekko
import pekko.actor.Cancellable
-import pekko.stream.{ Attributes, Materializer }
-import pekko.stream.scaladsl.{ Flow, Keep, Sink, Source }
+import pekko.annotation.ApiMayChange
+import pekko.stream.{ Attributes, Materializer, RestartSettings }
+import pekko.stream.scaladsl.{ Flow, Keep, RestartSource, Sink, Source }
import pekko.{ Done, NotUsed }
import com.google.pubsub.v1.pubsub._
+import java.util.concurrent.ConcurrentHashMap
import scala.concurrent.duration._
import scala.concurrent.{ ExecutionContext, Future, Promise }
+import scala.jdk.CollectionConverters._
Review Comment:
Is this used?
--
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]