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. https://stackoverflow.com/questions/58271972/retrieve-the-jetty-instance-in-dropwizard-2-0-0 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! -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dropwizard-user/6f0bfc21-2295-4894-9989-2e398e88c02a%40googlegroups.com.
