Akka gRpc + Java 11

  1. Can someone confirm it is possible to run akka grpc with JDK 11?

  2. Will this negate the need for the javaagent plugin?

  3. I cannot find an example of this, any steer gratefully received.

  4. Why would you recommend moving from java 8 to 11 just to avoid using the javaagent? (Or not moving as the case may be)

Thanks!

I confirm that akka-grpc works with JDK11.
We don’t use javaaganet for it, but we also don’t encrypt the traffic.

1 Like