awslabs / disco

A suite of tools including a framework for creating Java Agents, for aspect-oriented tooling for distributed systems.
Apache License 2.0
58 stars 12 forks source link

Support Netty #13

Open willarmiros opened 3 years ago

willarmiros commented 3 years ago

It would be nice if the web package had interceptors for Netty servers, since Netty doesn't use Servlets. The interceptor should publish request/response events with similar information to their Servlet counterparts. Can't see from a quick skim of the docs that netty has built-in hooks to intercept requests, so some ByteBuddy action will probably be needed.