I'm looking for something similar to the GuiceBundle.enableAutoConfig(MyResource.class)
type of functionality but for a gRPC server. EnableAutoConfig will scan through packages and register the resources as jersey components.
Is there a lib out there that will scan through packages and register resources as gRPC services? Trying to avoid manual instantiation of dependency injected/provided components.
question from:https://stackoverflow.com/questions/65854983/is-is-possible-to-autoconfig-grpc-services-in-java-dropwizard