You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Some blocking I/O integrations rely on per-carrier pollers. The code checks `jdk.pollerMode` and expects value `3` for per-carrier pollers. This can be controlled via JVM flags or defaults depending on your JVM version.
65
65
@@ -85,7 +85,6 @@ java -jar target/benchmarks.jar
85
85
```
86
86
87
87
## Prerequisites
88
-
- Java 21 or newer (with Loom support)
89
88
- Maven 3.6+
90
89
- To use the `VirtualMultithreadIoEventLoopGroup` set the JVM property to install the Netty scheduler:
0 commit comments