Feature request: Allow gRPC Health service creation without existing BindableService
Problem
Services that don't yet have their own @GrpcService implementations don't get the gRPC Health service because of this condition:
@ConditionalOnBean(BindableService.class)
Could you add an option to create the gRPC Health service without requiring an existing BindableService?
Environment
- Spring gRPC: 0.9.0
- Spring Boot: 3.5.9