Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a default timeout for OAuth2 Metadata Resolver (#14056)
## Motivation Currently, there is no timeout on the metadata resolver in oauth2 clients. This can result in a connection hanging indefintely. We should add sane defaults here. ## Modification These defaults match the defaults of the TokenClient and generally the Pulsar defaults of 10s connect timeout and 30s read timeout ## Test This seems to primarily depend on testing timeout of the java HTTP lib, so no test is likely needed. ## Doc This is a trivial change and doesn't require docs
- Loading branch information