◐ Shell
clean mode source ↗

feat: Added deadline to gRPC Java client by acevedosharp · Pull Request #4217 · feast-dev/feast

What this PR does / why we need it:

Added configurable deadlines for the Feast Java gRPC client. We need it because clients could otherwise get stuck forever waiting for the feature server to respond, and we should make it simpler for users of this library to implement retries and timeouts; especially when it's already supported in gRPC by default.

Which issue(s) this PR fixes:

N/A

Fixes

N/A