Hi Folks, I'm definitely new to Undertow and super impressed with it.  However the docs are a bit thin in regards to using the RoutingHandler and doing full async processing.  May I ask for a quick check of my approach to using Undertow and trying not to block anywhere:

https://github.com/bitvector2/microservice2/blob/master/src/main/java/org/bitvector/microservice2/HttpActor.java

-STEVEl


--