He-Pin commented on code in PR #502:
URL: https://github.com/apache/incubator-pekko/pull/502#discussion_r1277057326


##########
docs/src/main/paradox/project/migration-guides.md:
##########
@@ -16,9 +16,10 @@ These migration notes are designed for users migrating from 
Akka 2.6 to Pekko 1.
 * Pekko packages start with "org.apache.pekko" instead of "akka" - e.g. 
`import org.apache.pekko.actor` instead of `import akka.actor`
 * Where class names have "Akka" in the name, the Pekko ones have "Pekko" - 
e.g. PekkoException instead of AkkaException
 * Config names use "pekko" prefix instead of "akka", e.g. 
`pekko.actor.provider` instead of `akka.actor.provider`
+* The Pekko node URLs use `pekko://` and `pekko.tcp//` instead of `akka://` 
and `akka.tcp//` respectively.

Review Comment:
   Maybe  a table like would be better :
   
   |before|after|
   |-|-|
   |akka://|pekko://|
   |akka.tcp//|pekko.tcp//|



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