eclipse-vertx / vertx-grpc

Development of the gRPC component for Eclipse Vert.x
Eclipse Public License 2.0
42 stars 23 forks source link

Context storage based on Vert.x context #21

Closed vietj closed 1 year ago

vietj commented 2 years ago

gRPC provides a hook io.grpc.override.ContextStorageOverride to let implementations provide their own storage.

This should be in a standalone jar, to let users decide or not to use this storage (as the io.grpc.override.ContextStorageOverride is an hardcoded loaded class by gRPC for the moment).