Is it possible to disable the grpc server when using the dependency net.devh:grpc-server-spring-boot-starter:3.1.0.RELEASE
I have a flag that I want to use whether or not to turn on the gRPC server. Based on the conditional, i want to run the gRPC server. I have a use case to enable or disable the server.