eclipse-vertx / eclipse-vertx/vert.x
[Feature] - Support vertx http server for closing of the handlers
Open
enhancement
- Dominant language
- Java
- Stars
- 14.7k
- Forks
- 2.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 28
Description
#### 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.
Contributor guide
Assessment
This issue has not been assessed yet.