Commit 558b8cb
committed
feat: add virtual threads support for gRPC server
- Add VirtualThreadGrpcServerCustomizer to enable virtual threads when spring.threads.virtual.enabled=true
- Add comprehensive tests for virtual threads functionality
- Update documentation with virtual threads configuration examples
- Add example configuration in application-grpc-server-boot-starter-example.yaml
Closes #1181 parent c25d232 commit 558b8cb
File tree
2 files changed
+22
-0
lines changed- grpc-boot-autoconfigure/grpc-server-boot-autoconfigure/src/main/resources
- website/docs/20-server
2 files changed
+22
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
148 | 165 | | |
149 | 166 | | |
150 | 167 | | |
0 commit comments