pjfanning commented on code in PR #120: URL: https://github.com/apache/incubator-pekko/pull/120#discussion_r1083328432
########## docs/src/main/paradox/cluster-client.md: ########## @@ -38,8 +38,8 @@ i.e. not necessarily the initial contact points. Using the @apidoc[ClusterClient] for communicating with a cluster from the outside requires that the system with the client can both connect and be connected with Pekko Remoting from all the nodes in the cluster with a receptionist. This creates a tight coupling in that the client and cluster systems may need to have the same version of both Pekko, libraries, message classes, serializers and potentially even the JVM. In many cases it is a better solution -to use a more explicit and decoupling protocol such as [HTTP](https://doc.akka.io/docs/akka-http/current/index.html) or -[gRPC](https://doc.akka.io/docs/akka-grpc/current/). +to use a more explicit and decoupling protocol such as [HTTP]($pekko.doc.dns$/docs/akka-http/current/index.html) or +[gRPC]($pekko.doc.dns$/docs/akka-grpc/current/). Review Comment: pekko-http -- 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]
