Hi there!
We have been using Dropwizard 2.0.0-RC in our project, but recently realised that we need to switch to gRPC instead of using REST-endpoints. We found some 3rd party libraries, but these seems to be outdated. For now, we implemented Armeria for the gRPC.
With their implementation, we can create a gRPCService and embed it to Jetty.
Have a look at my Stackoverflow-thread read the code and find a bit more information.
TLDR;
I need the Jetty instance to be of the type "org.eclipse.jetty.server" and add it to Armeria's solution.
Thanks in advance!