Hydrospheredata / hydro-serving-gateway

Part of the Hydrosphere.io project.
http://docs.hydrosphere.io
Apache License 2.0
3 stars 7 forks source link

Implement on-demand DNS lookup for GRPC predictor #32

Open KineticCookie opened 3 years ago

KineticCookie commented 3 years ago

Seems like the official solution (https://github.com/grpc/grpc/issues/12295) is to define MAX_CONNECTION_AGE in runtimes. Need to try overriding the parameter in python runtime and look for dns lookups in gateway https://github.com/grpc/grpc/blob/3e53dbe8213137d2c731ecd4d88ebd2948941d75/include/grpc/impl/codegen/grpc_types.h#L166