Skip to content

[Feature] - Support vertx http server for closing of the handlers #5565

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

Open
zZHorizonZz opened this issue May 12, 2025 · 0 comments · May be fixed by #5567
Open

[Feature] - Support vertx http server for closing of the handlers #5565

zZHorizonZz opened this issue May 12, 2025 · 0 comments · May be fixed by #5567

Comments

@zZHorizonZz
Copy link
Member

Describe the feature

We should support checking if handler(s) in the HTTP server are Vertx Closeable (Java Closeable as well?) and close them in the shutdown sequence.

Use cases

For now, the main use case would be in GrpcServer in vertx-grpc, which is basically a handler, as we would like to support the Service interface to be Closeable.

@zZHorizonZz zZHorizonZz linked a pull request May 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant