grpc-ecosystem / grpc-ecosystem/grpc-spring

can supports grpc server enabled by config

Open
#563 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
3.7k
Forks
858
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Research direction

Start by inspecting the grpc-spring-boot-starter configuration and the gRPC server startup path referenced by the dependency. Trace how grpc.server.port is currently read, then determine where an enabled property and its false behavior should be covered. Done means the YAML setting can disable or enable the server without changing the existing port configuration, with tests covering both states.

Written by the indexing model from the issue text.

Assessment

Tech stack
grpc, java, spring-boot
Domain
api, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.