flink-http-connector
flink-http-connector copied to clipboard
HTTP-150 Add Proxy to HttpClient for Lookup Source
Description
We currently have the issue that we cannot query an API from within our Kubernetes cluster due to some security concerns. This PR adds an optional parameter "proxy" that facilitates the usage of a proxy in the HttpClient for the lookup source.
Resolves 150
PR Checklist
- [x] Tests added
- [x] Changelog updated
- [x] Readme updated