Commit e1a75a4
committed
Add comprehensive Virtual Threads documentation
This commit adds a new documentation page covering virtual threads support
in Apache Camel, including:
- Introduction to virtual threads and why they matter for integration
- How to enable virtual threads globally in Camel
- Components with virtual thread support (SEDA, Jetty, Platform HTTP, etc.)
- SEDA deep dive with two execution models comparison (traditional vs
virtualThreadPerTask) including a Mermaid diagram
- Backpressure and flow control mechanisms
- Context propagation with ContextValue (ThreadLocal vs ScopedValue)
- Best practices and performance considerations
- Complete code examples for common use cases
The article is added to the navigation under Architecture, after
Threading Model.1 parent 8877836 commit e1a75a4
2 files changed
+853
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments