grpc-spring
grpc-spring copied to clipboard
can supports grpc server enabled by config
i dependency grpc-spring-boot-starter in pom and i want to enabled/disabled grpc server in cofig like this:
grpc:
server:
port: 0
enabled: false
can supports the param grpc.server.enabled in future?
There is already the port=-1 option to disable it, but this feature has been requested multiple times. So I'll add it to our ToDo list.
There is already the port=-1 option to disable it, but this feature has been requested multiple times. So I'll add it to our ToDo list.
thanks , i dont know the port=-1 option can disable it.