getappmap / appmap-java

AppMap client agent for Java
Other
82 stars 16 forks source link

Add support for WebFlux #228

Open apotterri opened 12 months ago

apotterri commented 12 months ago

See what it would take to add hooks for https://docs.spring.io/spring-framework/reference/web/webflux.html .

apotterri commented 6 months ago

Supporting WebFlux means supporting Reactive Streams, and running on async servers (e.g. netty, Undertow).