You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/02/14 10:23:18 UTC

[GitHub] [incubator-pekko-http] mdedetrich commented on a diff in pull request #34: Rename akka package to org.apache.pekko

mdedetrich commented on code in PR #34:
URL: https://github.com/apache/incubator-pekko-http/pull/34#discussion_r1105588305


##########
docs/src/main/paradox/handling-blocking-operations-in-pekko-http-routes.md:
##########
@@ -66,7 +66,6 @@ For example, the above screenshot shows an Apache Pekko FJP dispatchers threads,
 named "`default-akka.default-dispatcher2,3,4`" going into the blocking state, after having been idle. 
 It can be observed that the number of new threads increases, "`default-akka.actor.default-dispatcher 18,19,20,...`" 
 however they go to sleep state immediately, thus wasting the resources.
-@java[The same happens to the global @apidoc[ForkJoinPool] when using Java Futures.]

Review Comment:
   Ah damn, forgot to mention this. So basically I cannot get this to compile because even if I do a FQCN (i.e. `java.util.concurrent.ForkJoinPool`) but I noticed that both for current Akka and Pekko before this PR change it doesn't even render on the website so I just removed it.



-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org