pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925173637


##########
actor/src/main/resources/reference.conf:
##########
@@ -487,6 +487,19 @@ pekko {
         # This config is new in Pekko v1.1.0 and only has an effect if you are 
running with JDK 9 and above.
         # Read the documentation on `java.util.concurrent.ForkJoinPool` to 
find out more. Default in hex is 0x7fff.
         maximum-pool-size = 32767
+
+        # This config is new in Pekko v1.2.0 and only has an effect if you are 
running with JDK 21 and above,
+        # When set to `on` but underlying runtime does not support virtual 
threads, an Exception will throw.
+        # Virtualize this dispatcher as a virtual-thread-executor
+        # Valid values are: `on`, `off`
+        #
+        # NOTE: THIS IS AN ADVANCED OPTION, USE WITH CAUTION.

Review Comment:
   Can you stop using caps like this? It comes across as rude to use all caps.



-- 
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-unsubscr...@pekko.apache.org

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


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

Reply via email to