spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Add keep-alive and inbound limits server properties #24

Closed onobc closed 1 month ago

onobc commented 1 month ago

Commit 1: Add keep-alive and inbound limits server properties

Resolves #6

[!NOTE] I piggybacked the following feature on commit 2 (it is related and builds upon the first commit)

Commit 2: Generate metadata for config props Adds the spring-boot-configuration-processor to enable automatic metadata generation so our config props play well in IDEs.

Also updates the default values for duration properties to use Duration.of<Unit>(long) instead of Duration.of(long, DurationUnit) as Spring Boot config processor can not determine a default for the config metadata in the latter format.

dsyer commented 1 month ago

Seems like you might need to rebase on top of #23?

onobc commented 1 month ago

Seems like you might need to rebase on top of #23?

Thanks @dsyer - done.