We have java agents installed in our environment but discovered that data stopped populating because of Http2 framework. Is this supported by AppDynamics?
The issue didn’t surface until both the loadbalancer and the application had http2 and alpn enabled (Both sides need it enabled for the leg between them to use http2).ALPN means the netty application server can accept both http1 and http2 requests. h...
Hi Mario.Thank you for getting back to me.Java agent version ver21.11.3.33314Which version of java are you running? Java 11We enabled http2 and alpn on the netty server (using a spring config property) and the load balancer (HA proxy acting as a L7 l...
Hi Ciao.Can you advise more on what the application is, is it a off the shelf product, or in house built?It’s in house built using java and the spring webflux frameworkWhat is the actual http implementation framework?Netty + ReactorAnd what happened ...