Skip to content

Feature Request: Enable gRPC Health service without BindableService beans #334

@nopan-rataullin

Description

@nopan-rataullin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions