pjfanning commented on code in PR #374: URL: https://github.com/apache/incubator-pekko/pull/374#discussion_r1221549680
########## discovery/src/main/scala/org/apache/pekko/discovery/ServiceDiscovery.scala: ########## @@ -150,7 +150,7 @@ final class Lookup(val serviceName: String, val portName: Option[String], val pr require(serviceName.trim.nonEmpty, "'serviceName' cannot be empty") /** - * Which port for a service e.g. Akka remoting or HTTP. + * Which port for a service e.g. Apache Pekko remoting or HTTP. Review Comment: not really - some times, it seems more correct to use Apache Pekko. At some point, we'll probably need someone to specifically go through all the docs and decide when Pekko or Apache Pekko is 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]
