File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ Zen operates autonomously on the same server as your Java app to:
3636### Web frameworks
3737#### Java
3838* ✅ [ ` Spring MVC ` ] ( docs/spring.md ) 3.x
39- * ✅ [ ` Spring Webflux ` ] ( docs/spring_webflux.md ) 3.x
4039* ✅ [ ` Javalin ` ] ( docs/javalin.md ) 6.x
40+ * 🚧 [ ` Spring Webflux ` ] ( docs/spring_webflux.md ) 3.x
4141
4242#### Kotlin
4343* ✅ [ ` Spring MVC ` ] ( docs/spring.md ) 3.x
44- * ✅ [ ` Spring Webflux ` ] ( docs/spring_webflux.md ) 3.x
4544* ✅ [ ` Javalin ` ] ( docs/javalin.md ) 6.x
45+ * 🚧 [ ` Spring Webflux ` ] ( docs/spring_webflux.md ) 3.x
4646* 🚧 ` Ktor `
4747
4848#### Groovy
4949* ✅ [ ` Spring MVC ` ] ( docs/spring.md ) 3.x
50- * ✅ [ ` Spring Webflux ` ] ( docs/spring_webflux.md ) 3.x
50+ * 🚧 [ ` Spring Webflux ` ] ( docs/spring_webflux.md ) 3.x
5151
5252#### 🚧 Scala
5353* 🚧 ` Akka `
Original file line number Diff line number Diff line change 11# Setting up Spring Webflux
22
3+ > [ !WARNING]
4+ > Due to the way that Spring Webflux hops between multiple threads, the support for it is still a ** work in progress.**
5+
36To setup with Spring Webflux you just have to follow the normal installation instructions for the Java Agent.
47
58## Rate-limiting
You can’t perform that action at this time.
0 commit comments