Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keep-alive and inbound limits server properties #24

Merged

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Oct 6, 2024

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.

@onobc onobc added the enhancement New feature or request label Oct 6, 2024
@onobc onobc requested a review from dsyer October 6, 2024 17:21
@onobc onobc mentioned this pull request Oct 7, 2024
@dsyer
Copy link
Collaborator

dsyer commented Oct 7, 2024

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

onobc added 2 commits October 7, 2024 09:26
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.
@onobc onobc force-pushed the GH-6-add-server-props branch from 2f08483 to 03656ba Compare October 7, 2024 14:28
@onobc
Copy link
Collaborator Author

onobc commented Oct 7, 2024

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

Thanks @dsyer - done.

@dsyer dsyer merged commit 9642e00 into spring-projects-experimental:main Oct 7, 2024
1 check passed
@onobc onobc deleted the GH-6-add-server-props branch November 7, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more properties to GrpcServerProperties
2 participants