We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96784f1 commit cb52ab3Copy full SHA for cb52ab3
sdk/java-sdk-protobuf/src/main/resources/reference.conf
@@ -107,10 +107,8 @@ kalix {
107
}
108
109
sdk-dispatcher {
110
- executor = "virtual-thread-executor"
111
- virtual-thread-executor {
112
- # if not on JDK 21
113
- fallback="fork-join-executor"
114
- }
+ # Virtual threads usage can be enabled by changing the executor to be "virtual-thread-executor"
+ # by default, using the fork join executor for now due to existing issue: https://openjdk.org/jeps/491
+ executor = "fork-join-executor"
115
116
0 commit comments