The consistency of the errors handling in the REST endpoint is not even in all the resources, and the completion stage should deal with exceptions raised instead of throwing them directly from the method
Logs are missing in the REST endpoints, specially trace logs, which makes debugging in production hard
Finally the NettyRestResponse.Builder apparently is not thread safe, so would be better to make it thread safe